[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
Tue May 20 22:55:50 PDT 2025
================
@@ -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:
Nice catch :100:
https://github.com/llvm/llvm-project/pull/140470
More information about the lldb-commits
mailing list