Added a new module that can dump all line tables for all compile units in any modules...
authorGreg Clayton <gclayton@apple.com>
Thu, 7 Mar 2013 02:57:54 +0000 (02:57 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 7 Mar 2013 02:57:54 +0000 (02:57 +0000)
commit923bedf52f96d47906e4972321bccb66242ce31e
tree3116337fc72a36aef1d736e1a020a227b63a1f3b
parent2199c126f57843e18ff4d0cdd517b0f173cff10e
Added a new module that can dump all line tables for all compile units in any modules that are specified as arguments to the "dump_module_line_tables" command.

I used this to verify that the debug map line tables were the same as previous LLDB releases prior to my change in the DWARF in .o file linking.

llvm-svn: 176610
lldb/examples/python/lldb_module_utils.py [new file with mode: 0644]