================
@@ -83,7 +83,7 @@ class Debugger : public 
std::enable_shared_from_this<Debugger>,
     eBroadcastBitProgress = (1 << 0),
     eBroadcastBitWarning = (1 << 1),
     eBroadcastBitError = (1 << 2),
-    eBroadcastSymbolChange = (1 << 3),
+    eBroadcastBitSymbolChange = (1 << 3),
----------------
JDevlieghere wrote:

If we change the name of the broadcast bit, we should also rename the 
`SymbolChangeEventData`. 

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

Reply via email to