JDevlieghere added a comment.

Still a few places where we have a dedicated assert



================
Comment at: 
lldb/test/API/commands/breakpoint/set/address-nomodule/TestBreakpointAddressNoModule.py:25
+        debugger.HandleCommand(f"break set -a {main_address:#x}")
+        self.assertTrue(target.GetNumBreakpoints() == 1)
+
----------------



================
Comment at: 
lldb/test/API/commands/breakpoint/set/address-nomodule/TestBreakpointAddressNoModule.py:28
+        bp = target.GetBreakpointAtIndex(0)
+        self.assertTrue(bp != None)
+
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124731/new/

https://reviews.llvm.org/D124731

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to