[Lldb-commits] [PATCH] D116419: [lldb] Display MachO seg, sec of memory region

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 7 13:03:47 PST 2022


aprantl added inline comments.


================
Comment at: lldb/test/API/functionalities/memory-region/TestMemoryRegion.py:76
+
+        self.runCmd("run", RUN_SUCCEEDED)
+
----------------
Doesn't `lldbutil.run_break_set_by_symbol()` do the "file" and "run" already and this run command runs it a second time?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116419



More information about the lldb-commits mailing list