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

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 10 09:24:20 PST 2022


kastiglione added inline comments.


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


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