summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.h
Commit message (Expand)AuthorAgeFilesLines
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-13/+4
* There is no need to hold onto an ExecutionContext as a member variable. Greg Clayton2012-01-271-1/+0
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-16/+18
* More prompt-timing cleanups: Make multi-line expressionsCaroline Tice2011-06-131-2/+2
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-0/+1
* Added two new classes for command options:Greg Clayton2011-04-131-2/+2
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-1/+1
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-2/+2
* Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...Jim Ingham2010-11-051-0/+1
* Moved expression evaluation from CommandObjectExpression into Greg Clayton2010-10-051-1/+0
* Add "-o" option to "expression" which prints the object description if availa...Jim Ingham2010-09-301-0/+1
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-5/+3
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-1/+1
* Modified CommandObjectExpression::EvaluateExpression() so that it takes anJohnny Chen2010-08-131-3/+4
* Removed the -i option from the expr command, andSean Callanan2010-08-061-1/+0
* Added the temporary -i option to expr, whichSean Callanan2010-06-231-0/+1
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-7/+5
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+105
OpenPOWER on IntegriCloud