[Lldb-commits] [lldb] [lldb][Commands] Show symbol change bit in SB API (PR #66144)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 12 15:16:30 PDT 2023
================
@@ -46,6 +47,7 @@ class LLDB_API SBDebugger {
eBroadcastBitProgress = (1 << 0),
eBroadcastBitWarning = (1 << 1),
eBroadcastBitError = (1 << 2),
+ eBroadcastBitSymbolChange = (1 << 3),
----------------
clayborg wrote:
See comment below about possible name change to "eBroadcastBitSymbolFileAdded"
https://github.com/llvm/llvm-project/pull/66144
More information about the lldb-commits
mailing list