[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:55:11 PDT 2025


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

:100: 

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


More information about the lldb-commits mailing list