hanchenye-llvm-project/lldb
Enrico Granata 4becb37e34 This commit adds a new top subcommand "summary" to command type named "type". Currently this command
implements three commands:

type summary add <format> <typename1> [<typename2> ...]
type summary delete <typename1> [<typename2> ...]
type summary list [<typename1> [<typename2>] ...]
type summary clear

This allows you to specify the default format that will be used to display
summaries for variables, shown when you use "frame variable" or "expression", or the SBValue classes.

Examples:
type summary add "x = ${var.x}" Point

type summary list

type summary add --one-liner SimpleType

llvm-svn: 134108
2011-06-29 22:27:15 +00:00
..
docs just a test for commit access - ignore this 2011-06-29 04:18:11 +00:00
examples Add source files for Python scripting example (coming soon). 2011-06-02 23:23:47 +00:00
include This commit adds a new top subcommand "summary" to command type named "type". Currently this command 2011-06-29 22:27:15 +00:00
lib Link in the MCJIT. Fixes makefile build. 2011-05-24 01:54:03 +00:00
lldb.xcodeproj This commit adds a new top subcommand "summary" to command type named "type". Currently this command 2011-06-29 22:27:15 +00:00
lldb.xcworkspace Adding a Xcode workspace for lldb. 2011-01-27 20:15:39 +00:00
resources Bumped Xcode project versions to lldb-65 and debugserver-140. 2011-06-25 04:35:01 +00:00
scripts Generalise pattern for matching IsValid signature 2011-06-14 03:55:41 +00:00
source This commit adds a new top subcommand "summary" to command type named "type". Currently this command 2011-06-29 22:27:15 +00:00
test This commit adds a new top subcommand "summary" to command type named "type". Currently this command 2011-06-29 22:27:15 +00:00
tools Bumped Xcode project versions to lldb-65 and debugserver-140. 2011-06-25 04:35:01 +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