summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectExpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-9/+0
* [lldb] Make Target* a Target& in CommandObjectExpression::DoExecute REPL logicRaphael Isemann2019-11-081-49/+47
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-5/+6
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-3/+3
* CommandObjectExpression: Fix a misleading-indentation warningPavel Labath2019-08-271-96/+94
* [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann2019-08-261-14/+6
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-3/+1
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-6/+5
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-4/+11
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-2/+0
* [lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann2019-07-251-17/+2
* [Commands] Remove unused headerAlex Langford2019-06-021-1/+0
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-2/+1
* Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/CommandsJonas Devlieghere2019-03-091-1/+25
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-2/+2
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev2018-10-181-1/+1
* Return a named error in the result object of an expression with no resultJim Ingham2018-10-161-1/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-14/+17
* Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann2018-08-301-3/+1
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-301-0/+68
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-5/+5
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-101-94/+64
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-19/+13
* [Command] Simplify the code and make it less error prone. NFCI.Davide Italiano2018-04-131-4/+1
* [Command] Implement `statistics` command.Davide Italiano2018-04-131-3/+10
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-7/+8
* Add help text for "expression" telling how to enter multi-line mode.Jim Ingham2017-07-191-0/+11
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Delete some more dead includes.Zachary Turner2017-03-221-1/+1
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-2/+2
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* Fix a crash in expressions with fixits in the dummy target.Jim Ingham2016-10-171-0/+3
* Clarified the explanation of expr --top-level.Sean Callanan2016-10-111-2/+2
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+1
* Fix an issue where LLDB would not accept the --description-verbosity option t...Enrico Granata2016-09-261-1/+1
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-2/+2
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-24/+27
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-9/+5
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-5/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-550/+513
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-10/+17
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-11/+14
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-13/+12
* fixits are apparently called fix-its.Jim Ingham2016-06-281-2/+2
OpenPOWER on IntegriCloud