summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FormatClasses.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-08-19 20:51:15 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-08-19 20:51:15 +0000
commit758f288cdd47e01fe26337ffc6b4737342cdd1be (patch)
treeb4ee3525006b49483d48f6599ebfa5dce43a8582 /lldb/source/Core/FormatClasses.cpp
parentd07e1048440229a0a6d495c64941407d1bc96d15 (diff)
downloadbcm5719-llvm-758f288cdd47e01fe26337ffc6b4737342cdd1be.tar.gz
bcm5719-llvm-758f288cdd47e01fe26337ffc6b4737342cdd1be.zip
Add a Python script to locate each binary file under a root directory which matches some pathname pattern
and to invoke lldb-disasm.py on the binary file to disassemble its symbols. The number of symbols can be specified by, for example, '-n 10000', to specify 10,000 symbols to disassemble for each module. By default, only 1000 symbols from each module are disassembled. Example: utils/test/run-dis.py -r '/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3/Symbols' -p '^/System/Library/.*Frameworks/.*\.framework/[^/]+$' tries to disassemble every public/private frameworks (by default only 1000 symbols are disassembled) under iOS4.3. llvm-svn: 138078
Diffstat (limited to 'lldb/source/Core/FormatClasses.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud