summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.h
Commit message (Expand)AuthorAgeFilesLines
* Allow a multi-line expression to follow expression commands with options when...Greg Clayton2014-03-131-0/+3
* When a multiline expression produces output, the multi-line help message is p...Greg Clayton2014-02-111-3/+0
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-8/+20
* Added a "--debug" option to the "expression" command. Greg Clayton2013-11-041-0/+1
* <rdar://problem/14393032>Enrico Granata2013-09-301-0/+1
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-151-0/+1
* <rdar://problem/12028723>Enrico Granata2013-01-091-2/+2
* Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham2012-10-161-0/+2
* 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