[Lldb-commits] [lldb] [lldb-dap] Add invalidated event (PR #157530)

Druzhkov Sergei via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 9 08:29:35 PDT 2025


================
@@ -32,6 +34,9 @@ void SendContinuedEvent(DAP &dap);
 
 void SendProcessExitedEvent(DAP &dap, lldb::SBProcess &process);
 
+void SendInvalidatedEvent(
----------------
DrSergei wrote:

Thanks, fixed

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


More information about the lldb-commits mailing list