[Lldb-commits] [lldb] [lldb-dap] assembly breakpoints (PR #139969)

Ely Ronnen via lldb-commits lldb-commits at lists.llvm.org
Mon May 19 17:49:34 PDT 2025


================
@@ -948,13 +956,11 @@ def request_scopes(self, frameId):
         command_dict = {"command": "scopes", "type": "request", "arguments": args_dict}
         return self.send_recv(command_dict)
 
-    def request_setBreakpoints(self, file_path, line_array, data=None):
+    def request_setBreakpoints(self, source_dict, line_array, data=None):
----------------
eronnen wrote:

Nice idea, I added a simple `Source` class for this, let me know what you think

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


More information about the lldb-commits mailing list