[Lldb-commits] [lldb] [lldb-dap] Synchronously wait for breakpoints resolves in tests (PR #140470)

Ely Ronnen via lldb-commits lldb-commits at lists.llvm.org
Wed May 21 12:54:23 PDT 2025


================
@@ -985,7 +1013,10 @@ def request_setBreakpoints(self, file_path, line_array, data=None):
             "type": "request",
             "arguments": args_dict,
         }
-        return self.send_recv(command_dict)
+        response = self.send_recv(command_dict)
+        breakpoints = response["body"]["breakpoints"]
----------------
eronnen wrote:

:100: 

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


More information about the lldb-commits mailing list