================
@@ -1146,7 +1146,7 @@ class InstructionLLVMC : public lldb_private::Instruction 
{
       }
     }
 
-    if (Log *log = GetLog(LLDBLog::Process)) {
+    if (Log *log = GetLog(LLDBLog::Disassembler)) {
----------------
clayborg wrote:

We do have the option to specify multiple flag bits:
```
if (Log *log = GetLog(LLDBLog::Process  | LLDBLog::Disassembler)) {
```
We might want to add this to ensure that the logging behavior doesn't change.

https://github.com/llvm/llvm-project/pull/148290
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to