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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits