summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata2013-03-261-21/+1
* <rdar://problem/13365424>Enrico Granata2013-03-251-16/+17
* <rdar://problem/12890171>Enrico Granata2013-01-291-1/+3
* Make sure that multi-line expressions don't create a default target. We recen...Greg Clayton2013-01-261-4/+9
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-4/+30
* <rdar://problem/12790664>Enrico Granata2013-01-141-0/+3
* <rdar://problem/12028723>Enrico Granata2013-01-091-56/+17
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-5/+5
* Option changes:Enrico Granata2012-12-121-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Add text to the help to explain how to set user defined variables.Jim Ingham2012-10-251-1/+9
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-5/+40
* Implementing an Options class for EvaluateExpression() in order to make the s...Enrico Granata2012-09-051-6/+8
* LLDB no longer prints <no result> by default ifSean Callanan2012-08-091-5/+5
* <rdar://problem/11505459> Stripping off the object's type from the output of ...Enrico Granata2012-08-091-1/+2
* Added a 'void' format so that the user can manuallySean Callanan2012-08-081-29/+36
* <rdar://problem/11672978> Fixing an issue where an ObjC object might come out...Enrico Granata2012-07-161-1/+2
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-17/+6
* Fixing an issue where saying 'po foo' made both the summary and the descripti...Enrico Granata2012-03-281-2/+3
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-1/+1
* 1) solving a bug where, after Jim's fixes to stack frames, synthetic children...Enrico Granata2012-03-011-14/+15
* There is no need to hold onto an ExecutionContext as a member variable. Greg Clayton2012-01-271-6/+4
* Fixed formats being able to be applied recursively when using:Greg Clayton2012-01-261-1/+2
* The "desired result type" code in the expressionSean Callanan2011-12-211-0/+1
* Added a function to the Host that gets a dummy targetSean Callanan2011-10-271-0/+4
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-2/+2
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-4/+4
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-43/+42
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-21/+27
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-8/+14
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-3/+0
* Added support for persistent types to theSean Callanan2011-08-231-13/+23
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-1/+2
* Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata2011-08-021-0/+3
* when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata2011-07-221-0/+1
* Added KDP resume, suspend, set/remove breakpoint, and kernel version support.Greg Clayton2011-07-201-6/+12
* Patch by Matt Johnson to silence G++ warnings!Johnny Chen2011-07-191-8/+8
* Some descriptive text for the Python script feature:Enrico Granata2011-07-161-1/+2
* Cleanup error output on expressions. Greg Clayton2011-06-241-1/+16
* Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice2011-06-161-1/+4
* Replace direct uses of the Debugger's output stream withCaroline Tice2011-06-151-6/+10
* More prompt-timing cleanups: Make multi-line expressionsCaroline Tice2011-06-131-8/+12
* lldb-59.Greg Clayton2011-05-301-1/+1
* Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...Jim Ingham2011-05-041-10/+5
* This patch captures and serializes all output being written by theCaroline Tice2011-05-021-0/+3
* Added the ability to specify dumping options (show types, show location,Greg Clayton2011-04-281-1/+1
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-4/+19
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-1/+40
OpenPOWER on IntegriCloud