[Lldb-commits] [lldb] [lldb-dap] Send an Invalidated event on thread stack change. (PR #163976)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 20 11:07:59 PDT 2025
================
@@ -1522,6 +1531,16 @@ void DAP::EventThread() {
}
}
+void DAP::HandleThreadEvent(const lldb::SBEvent &event) {
----------------
ashgti wrote:
Is there a reason this isn't handled inline like the other events? Or do we want to break things down to make the EventThread more simple?
https://github.com/llvm/llvm-project/pull/163976
More information about the lldb-commits
mailing list