[Lldb-commits] [PATCH] D111791: [lldb] Add --all option to "memory region"

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 17 08:55:45 PDT 2022


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

Minor nit but LGTM



================
Comment at: lldb/source/Commands/CommandObjectMemory.cpp:1707
+    ConstString name = range_info.GetName();
+    ConstString section_name;
+    lldb::addr_t resolve_addr = load_addr;
----------------
Can we move this down, closer to where it's being used?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111791



More information about the lldb-commits mailing list