================ @@ -117,6 +118,9 @@ static void EventThreadFunction(DAP &dap) { lldb::SBEvent event; lldb::SBListener listener = dap.debugger.GetListener(); dap.broadcaster.AddListener(listener, eBroadcastBitStopEventThread); + dap.debugger.GetBroadcaster().AddListener( + listener, lldb::SBDebugger::eBroadcastBitError | ---------------- JDevlieghere wrote:
The enum exists both in SBDebugger (for API compatibility) as well as in `lldb-enumerations.h`. We should definitely be consistent, so let's go with the latter. https://github.com/llvm/llvm-project/pull/137280 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits