[Lldb-commits] [PATCH] D115494: Add support to lldb for reading a "load binary" LC_NOTE with Mach-O corefiles

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 13 09:23:23 PST 2021


jasonmolenda added inline comments.


================
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.")
----------------
DavidSpickett wrote:
> Stray change?
*cough* lol I was looking into a testsuite failure and forgot ;) 


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