[Lldb-commits] [lldb] [lldb][progress] Hook up new broadcast bit and progress manager (PR #83069)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 27 14:47:38 PST 2024
================
@@ -1875,7 +1883,8 @@ lldb::thread_result_t Debugger::DefaultEventHandler() {
listener_sp->StartListeningForEvents(
&m_broadcaster, eBroadcastBitProgress | eBroadcastBitWarning |
- eBroadcastBitError | eBroadcastSymbolChange);
+ eBroadcastBitError | eBroadcastSymbolChange |
----------------
JDevlieghere wrote:
See my comment below why we shouldn't listen for `eBroadcastBitProgressCategory` in the default event handler.
https://github.com/llvm/llvm-project/pull/83069
More information about the lldb-commits
mailing list