aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-83/+64
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-4/+4
2016-05-12[LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin1-0/+1
2016-05-09Fixed multiline expressions, and removed some dead code.Sean Callanan1-6/+5
2016-03-29Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham1-0/+1
2016-03-28Expose top-level Clang expressions via the command line and the API.Sean Callanan1-0/+1
2016-03-25Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham1-1/+2
2015-10-20Added support to the expression command for dropping into the REPL at will.Sean Callanan1-0/+2
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath1-23/+20
2015-07-25Specify a language to use when parsing expressions.Dawn Perchik1-0/+1
2014-03-13Allow a multi-line expression to follow expression commands with options when...Greg Clayton1-0/+3
2014-02-11When a multiline expression produces output, the multi-line help message is p...Greg Clayton1-3/+0
2014-01-27Merging the iohandler branch back into main. Greg Clayton1-8/+20
2013-11-04Added a "--debug" option to the "expression" command. Greg Clayton1-0/+1
2013-09-30<rdar://problem/14393032>Enrico Granata1-0/+1
2013-01-15Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham1-0/+1
2013-01-09<rdar://problem/12028723>Enrico Granata1-2/+2
2012-10-16Add the ability to set timeout & "run all threads" options both from the "exp...Jim Ingham1-0/+2
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-13/+4
2012-01-27There is no need to hold onto an ExecutionContext as a member variable. Greg Clayton1-1/+0
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton1-16/+18
2011-06-13More prompt-timing cleanups: Make multi-line expressionsCaroline Tice1-2/+2
2011-04-16Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham1-0/+1
2011-04-13Added two new classes for command options:Greg Clayton1-2/+2
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton1-1/+1
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton1-2/+2
2010-11-05Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...Jim Ingham1-0/+1
2010-10-05Moved expression evaluation from CommandObjectExpression into Greg Clayton1-1/+0
2010-09-30Add "-o" option to "expression" which prints the object description if availa...Jim Ingham1-0/+1
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-5/+3
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice1-1/+1
2010-08-13Modified CommandObjectExpression::EvaluateExpression() so that it takes anJohnny Chen1-3/+4
2010-08-06Removed the -i option from the expr command, andSean Callanan1-1/+0
2010-06-23Added the temporary -i option to expr, whichSean Callanan1-0/+1
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-7/+5
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+105