commit | 8ddc8020b9ce98a426cc1bc6a1a56d3a3baeb94c | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Thu Aug 18 22:46:50 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Thu Aug 18 22:46:50 2011 +0000 |
tree | 87f48068d9e6491b103a7b6759b2609df3936cac | |
parent | 4203100c530367cc15f488c0483bd6be963b8a84 [diff] |
Add an option (-p regexp-pattern) to specify the regular expression symbol pattern we're interested in disassembling. An example: utils/test/lldb-disasm.py -C "platform select remote-ios" -o "-b -n" -e '~/CoreFoundation' -n 20 -p '-\[NSArray .+\]' disassembles the first 20 NSArray instance methods found in the CoreFoundation module. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@138002 91177308-0d34-0410-b5e6-96231b3b80d8