[Lldb-commits] [lldb] [lldb][sbdebugger] Match progress category enum bit in Debugger.h (PR #87409)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 10 09:30:48 PDT 2024
================
@@ -1339,6 +1339,14 @@ enum AddressMaskRange {
eAddressMaskRangeAll = eAddressMaskRangeAny,
};
+/// Used by the debugger to indicate which events are being broadcasted.
+enum DebuggerBroadcast {
----------------
JDevlieghere wrote:
`DebuggerBroadcastBit` maybe?
https://github.com/llvm/llvm-project/pull/87409
More information about the lldb-commits
mailing list