aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectCommands.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-12-07 18:05:22 +0000
committerGreg Clayton <gclayton@apple.com>2010-12-07 18:05:22 +0000
commitf66935840df3087e865ed18e7eb796b3a9d02876 (patch)
tree2789041f6a4f6afba03a06151403bf1af3987b59 /lldb/source/Commands/CommandObjectCommands.cpp
parent6e517d658ecdc8d555da5eeb6ae0a7b4518c89d3 (diff)
downloadllvm-f66935840df3087e865ed18e7eb796b3a9d02876.zip
llvm-f66935840df3087e865ed18e7eb796b3a9d02876.tar.gz
llvm-f66935840df3087e865ed18e7eb796b3a9d02876.tar.bz2
Improved the "image dump section" command output by making sure
it indents and shows things correctly. When we are debugging DWARF in .o files with debug map, we can see the remapped sections by dumping the sections for the .o files by explicitly dumping the module by name. For example, debugging the lldb/test/class_types example on MacOSX without a dSYM file we can make a query that causes the main.o file to be loaded, then we can do a: (lldb) image dump section main.o This will show the exact section map that is used and can help track down when things are going wrong with DWARF in .o files with debug map. llvm-svn: 121154
Diffstat (limited to 'lldb/source/Commands/CommandObjectCommands.cpp')
0 files changed, 0 insertions, 0 deletions