[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 3 12:03:10 PST 2022


kastiglione added a comment.

I see now this isn't valid as written. The address range and rwx permissions printed by `memory region` are for the segment not the section. I think it would be helpful to print the section too, but as this change is written now, it could appear that all the info is for the section, when it's really for the segment. Maybe a better change would be to print a second line with an address range for the section, and the section's name.


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