summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-1/+0
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Clean-up usage of OptionDefinition arraysTatyana Krasnukha2018-09-281-3/+0
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-0/+2
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-1/+0
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-1/+2
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-3/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-83/+64
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+4
* [LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin2016-05-121-0/+1
* Fixed multiline expressions, and removed some dead code.Sean Callanan2016-05-091-6/+5
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-291-0/+1
* Expose top-level Clang expressions via the command line and the API.Sean Callanan2016-03-281-0/+1
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-1/+2
* Added support to the expression command for dropping into the REPL at will.Sean Callanan2015-10-201-0/+2
* Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath2015-09-021-23/+20
* Specify a language to use when parsing expressions.Dawn Perchik2015-07-251-0/+1
* 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