llvm-project/lldb
Enrico Granata b576bba229 <rdar://problem/12028723>
Adding useful formatting options to the expression (expr) command.
As a side effect of this change, the -d option now supports the same three-values enumeration that frame variables uses (run, don't run, none) instead of a boolean like it did previously

These options do not apply to print, p or po because these are aliased to not take any options.
In order to use them, use expression or expr.

llvm-svn: 171993
2013-01-09 20:12:53 +00:00
..
docs <rdar://problem/11961650> 2012-12-19 02:54:03 +00:00
examples Updated documentation on the "register_data_addr" key that can be supplied in the "thread" dictionary return value for the python OS plug-ins. 2013-01-09 02:05:38 +00:00
include Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: 2013-01-09 19:44:40 +00:00
lib Enable RTTI for liblldbCore.a when GCC is the compiler 2012-12-10 21:05:57 +00:00
lldb.xcodeproj Remove references to files that Sean recently removed from the Xcode project. 2012-12-14 22:17:58 +00:00
lldb.xcworkspace I accidentally committed some changes to the 2011-12-21 21:30:33 +00:00
resources Get LLDB-Info.plist up to date with r169081. 2012-12-08 01:20:07 +00:00
scripts Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression 2013-01-08 23:22:42 +00:00
source <rdar://problem/12028723> 2013-01-09 20:12:53 +00:00
test <rdar://problem/12028723> 2013-01-09 20:12:53 +00:00
tools <rdar://problem/12602653> 2013-01-05 06:08:51 +00:00
utils Minor cleanup. 2012-03-05 18:25:29 +00:00
www Simplify build instructions 2013-01-05 00:16:08 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +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 Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00