llvm-project/lldb
Johnny Chen 36d7d91616 Add an additional formatter class RecursiveDecentFormatter which prints the
value and the decendents.  For an example,

rdf = lldbutil.RecursiveDecentFormatter(indent_child=2)
print rdf.format(g_table)

produces:

(const char **[2]) g_table = 0x00000001055a80f0 (location)
  (const char **) [0] = 0x00000001055a8080
    (const char *) *[0] = "Sunday"
  (const char **) [1] = 0x00000001055a80c0
    (const char *) *[1] = "Monday"

llvm-svn: 135815
2011-07-22 22:01:35 +00:00
..
docs Add a note. 2011-07-20 20:28:36 +00:00
examples essentials contains two small summaries that you might really want to use; lldb contains some basic summaries for use in debugging LLDB itself. to use them, you must type category enable lldb 2011-07-21 01:40:17 +00:00
include Add support for platforms without sa_len to SocketAddress, and modify 2011-07-22 19:12:42 +00:00
lib Link in the MCJIT. Fixes makefile build. 2011-05-24 01:54:03 +00:00
lldb.xcodeproj when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object 2011-07-22 00:16:08 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped Xcode project version for lldb-68. 2011-07-06 21:01:19 +00:00
scripts Make the SBAddress class easier to use when using the public 2011-07-22 16:46:35 +00:00
source Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms, 2011-07-22 19:13:02 +00:00
test Add an additional formatter class RecursiveDecentFormatter which prints the 2011-07-22 22:01:35 +00:00
tools If we are telling only one thread to run in debugserver, and that thread has been suspended from outside 2011-07-21 01:54:41 +00:00
utils Update usage comment. 2011-06-14 22:23:54 +00:00
www when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object 2011-07-22 00:16:08 +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