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
1 file changed