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

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Wed May 21 09:00:18 PDT 2025


================
@@ -136,6 +136,7 @@ def __init__(
         self.initialized = False
         self.frame_scopes = {}
         self.init_commands = init_commands
+        self.resolved_breakpoints = set([])
----------------
ashgti wrote:

Should we use `self.breakpoints = {}` and we can key them by id? In case we want to inspect other properties of the breakpoints.

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


More information about the lldb-commits mailing list