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