[Lldb-commits] [PATCH] D115494: Add support to lldb for reading a "load binary" LC_NOTE with Mach-O corefiles
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 13 06:53:16 PST 2021
DavidSpickett accepted this revision.
DavidSpickett added a comment.
This revision is now accepted and ready to land.
LGTM assuming the change in TestFunctionStarts.py wasn't meant to be included.
================
Comment at: lldb/test/API/macosx/function-starts/TestFunctionStarts.py:68
bkpt = target.BreakpointCreateByName("dont_strip_me", exe)
+ self.runCmd("b dont_strip_me")
self.assertTrue(bkpt.GetNumLocations() > 0, "Didn't set the dont_strip_me bkpt.")
----------------
Stray change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115494/new/
https://reviews.llvm.org/D115494
More information about the lldb-commits
mailing list