[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:49:36 PDT 2025
================
@@ -422,8 +431,27 @@ def wait_for_breakpoint_events(self, timeout: Optional[float] = None):
if not event:
break
breakpoint_events.append(event)
+
+ self._update_verified_breakpoints(
----------------
eronnen wrote:
:100:
https://github.com/llvm/llvm-project/pull/140470
More information about the lldb-commits
mailing list