summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added two new classes for command options:Greg Clayton2011-04-131-4/+12
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-1/+1
* Really fix the test suite crasher this time.Johnny Chen2011-04-081-1/+1
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-2/+3
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-1/+0
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-2/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+3
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-1/+4
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-40/+40
* Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham2010-11-301-1/+13
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-0/+11
* Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...Jim Ingham2010-11-051-2/+11
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-041-15/+0
* Added a user-settable variable, 'target.expr-prefix',Sean Callanan2010-10-291-1/+6
* Fixed an expression parsing issue where if you were stopped somewhere withoutGreg Clayton2010-10-141-2/+2
* Restored the ability to set the format for expressions after changing the exp...Greg Clayton2010-10-061-0/+3
* Added the notion that a value object can be constant by adding:Greg Clayton2010-10-051-8/+5
* Moved expression evaluation from CommandObjectExpression into Greg Clayton2010-10-051-44/+18
* Added a new ValueObject type that will be used to freeze dry expressionGreg Clayton2010-10-051-32/+28
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-1/+14
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-5/+6
* Fixed indentation.Johnny Chen2010-09-301-1/+1
* Fixed 'expr' help message.Johnny Chen2010-09-301-1/+1
OpenPOWER on IntegriCloud