llvm-project/lldb
Jason Molenda 98322e64c3 Replace examine-threads.c with a similar little utility I wrote a
while back.  By default its output will be less verbose than the
old examine-threads.c but adding the '-v' command line flag will
give all the information that examine-threads.c provided plus some.

Of note, this implementation can take a process name -- and it will
use the libproc API so it can match program names longer than 16
characters.

llvm-svn: 133500
2011-06-21 02:57:15 +00:00
..
docs Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
examples Add source files for Python scripting example (coming soon). 2011-06-02 23:23:47 +00:00
include Added the ability to find functions from either a SBModule (find functions 2011-06-21 01:34:41 +00:00
lib Link in the MCJIT. Fixes makefile build. 2011-05-24 01:54:03 +00:00
lldb.xcodeproj Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function 2011-06-20 17:32:44 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumping Xcode project version for lldb-63. 2011-06-19 04:35:24 +00:00
scripts Generalise pattern for matching IsValid signature 2011-06-14 03:55:41 +00:00
source Added the ability to find functions from either a SBModule (find functions 2011-06-21 01:34:41 +00:00
test For now, insert some delays between succesive test cases in the test/types directory 2011-06-21 00:53:00 +00:00
tools Replace examine-threads.c with a similar little utility I wrote a 2011-06-21 02:57:15 +00:00
utils Update usage comment. 2011-06-14 22:23:54 +00:00
www Added a few trivial mods. 2011-06-15 21:01:30 +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 Enable the "make test" rule in the root Makefile 2011-06-20 19:06:57 +00:00