[Lldb-commits] [lldb] [lldb-dap] Use structured types for stepInTargets request (PR #142439)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 3 09:46:50 PDT 2025


================
@@ -33,6 +33,23 @@ static void SendThreadExitedEvent(DAP &dap, lldb::tid_t tid) {
   dap.SendJSON(llvm::json::Value(std::move(event)));
 }
 
+void SendAdditionalCapabilities(DAP &dap) {
----------------
da-viper wrote:

Will update was struggling to think of a good name.

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


More information about the lldb-commits mailing list