mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
[lldb/API] Add missing eBroadcastBitSymbolsChanged to SBTarget (NFC) (#85883)
This patch exposes the missing `eBroadcastBitSymbolsChanged` event bit in `SBTarget`. Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
This commit is contained in:
committed by
GitHub
parent
f5f3d5d653
commit
e2fa90fa0a
@@ -42,7 +42,8 @@ public:
|
||||
eBroadcastBitModulesLoaded = (1 << 1),
|
||||
eBroadcastBitModulesUnloaded = (1 << 2),
|
||||
eBroadcastBitWatchpointChanged = (1 << 3),
|
||||
eBroadcastBitSymbolsLoaded = (1 << 4)
|
||||
eBroadcastBitSymbolsLoaded = (1 << 4),
|
||||
eBroadcastBitSymbolsChanged = (1 << 5),
|
||||
};
|
||||
|
||||
// Constructors
|
||||
|
||||
Reference in New Issue
Block a user