aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectBreakpoint.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@fb.com>2024-01-12 13:31:55 -0800
committerGitHub <noreply@github.com>2024-01-12 13:31:55 -0800
commit4618ef8cf5d8fa406c34ce2770c304cac95310b6 (patch)
tree208b0387ce0dc78ce1846049595b5bf60b88511d /lldb/source/Commands/CommandObjectBreakpoint.cpp
parente27561fc7de0231f2efdb750f2092c3ac807c1a3 (diff)
downloadllvm-4618ef8cf5d8fa406c34ce2770c304cac95310b6.zip
llvm-4618ef8cf5d8fa406c34ce2770c304cac95310b6.tar.gz
llvm-4618ef8cf5d8fa406c34ce2770c304cac95310b6.tar.bz2
Allow the dumping of .dwo files contents to show up when dumping an executable with split DWARF. (#66726)
Allow the dumping of .dwo files contents to show up when dumping an executable with split DWARF. Currently if you run llvm-dwarfdump on a binary that has skeleton compile units, you only see the skeleton compile units. Since the main binary has the linked addresses it would be nice to be able to dump DWARF from the .dwo files and how the resolved addresses instead of showing the address index and "<unresolved>" in the output. This patch adds an option that can be specified to dump the non skeleton DIEs named --dwo. Added the ability to use the following options with split dwarf as well: --name <name> --lookup <addr> --debug-info <die-offset>
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.cpp')
0 files changed, 0 insertions, 0 deletions