[Lldb-commits] [lldb] [lldb-dap] Send an Invalidated event on thread stack change. (PR #163976)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 20 13:33:37 PDT 2025


================
@@ -1522,6 +1531,16 @@ void DAP::EventThread() {
   }
 }
 
+void DAP::HandleThreadEvent(const lldb::SBEvent &event) {
----------------
da-viper wrote:

Yeah, I am planning on the later in a future PR. 

https://github.com/llvm/llvm-project/pull/163976


More information about the lldb-commits mailing list