llvm-project/lldb/source
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
..
API 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
Breakpoint <rdar://problem/12953853> 2013-01-08 00:01:36 +00:00
Commands <rdar://problem/12028723> 2013-01-09 20:12:53 +00:00
Core Add a "--reverse" or "-r" option to the "list" with no options command. This will list backwards from the 2013-01-09 03:27:33 +00:00
Expression Update to reflect API changes in r171367. 2013-01-02 12:55:00 +00:00
Host Add initial support to trace spawned threads in a process on Linux. 2013-01-08 16:30:18 +00:00
Interpreter 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
Plugins <rdar://problem/12976225> 2013-01-08 22:10:01 +00:00
Symbol <rdar://problem/12953853> 2013-01-08 00:01:36 +00:00
Target <rdar://problem/12976225> 2013-01-08 22:10:01 +00:00
Utility Enable RTTI for liblldbCore.a when GCC is the compiler 2012-12-10 21:05:57 +00:00
Makefile Don't include LLDBWrapPython.cpp here. Use it in Interpreter. 2012-05-29 14:03:55 +00:00
lldb-log.cpp Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). 2012-12-05 00:25:49 +00:00
lldb.cpp Enable ProcessGDBRemote plugin on Linux 2013-01-08 14:55:36 +00:00