Add 'target dump section-load-list' for lldb debugging
authorJason Molenda <jason@molenda.com>
Fri, 30 Jun 2023 00:01:16 +0000 (17:01 -0700)
committerJason Molenda <jason@molenda.com>
Fri, 30 Jun 2023 00:02:54 +0000 (17:02 -0700)
commitad451146e8f59de76e393094d3aafc97a854c40b
tree158fa9a5053b8c88d73d920db2a5ed5283a947b3
parent09ea692d166af42cda43bd24d42a6c67a12cce5a
Add 'target dump section-load-list' for lldb debugging

A command to dump the Target's SectionLoadList, to debug
possible issues with the table.

Differential Revision: https://reviews.llvm.org/D154169
lldb/source/Commands/CommandObjectTarget.cpp