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