================
@@ -1187,15 +1187,17 @@ def request_locations(self, locationReference):
         }
         return self.send_recv(command_dict)
 
-    def request_testGetTargetBreakpoints(self):
+    def request_testGetTargetBreakpoints(self, only_resolved=False):
----------------
eronnen wrote:

Good idea to move this to `DebugCommunication` but I think we still need to 
have this request because the breakpoints that resolve immediately don't 
generate the `breakpoint` async event

https://github.com/llvm/llvm-project/pull/140470
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to