[Lldb-commits] [lldb] [lldb-dap] Adding additional asserts to unit tests. (PR #140107)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu May 15 15:57:09 PDT 2025


================
@@ -78,13 +78,13 @@ def waitUntil(self, condition_callback):
             time.sleep(0.5)
         return False
 
-    def verify_breakpoint_hit(self, breakpoint_ids):
+    def verify_breakpoint_hit(self, breakpoint_ids, timeout=timeoutval):
----------------
ashgti wrote:

Done.

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


More information about the lldb-commits mailing list