llvm-project/lldb
Johnny Chen 293683b6c4 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.

llvm-svn: 138002
2011-08-18 22:46:50 +00:00
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples First round of code cleanups: 2011-08-17 22:13:59 +00:00
include Second round of code cleanups: 2011-08-18 16:38:26 +00:00
lib Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00
lldb.xcodeproj New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector 2011-08-17 19:07:52 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped Xcode project versions for lldb-73 and debugserver-144. 2011-08-16 23:11:03 +00:00
scripts Because of disassembler crashes, I rolled back 2011-08-18 18:18:33 +00:00
source Apply some workaround for known crashers. 2011-08-18 22:05:58 +00:00
test Second round of code cleanups: 2011-08-18 16:38:26 +00:00
tools Better help string for "lldb -- file arg1 arg2..." 2011-08-16 23:57:58 +00:00
utils Add an option (-p regexp-pattern) to specify the regular expression symbol pattern we're interested in disassembling. 2011-08-18 22:46:50 +00:00
www Add "--" before providing the file & command args when launching lldb from the command line. 2011-08-17 00:23:09 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Patch by David Forsythe to build lldb on FreeBSD! 2011-08-02 20:52:42 +00:00