[Lldb-commits] [PATCH] D124731: [lldb] Consider binary as module of last resort

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 18 12:24:04 PDT 2022


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



More information about the lldb-commits mailing list