aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectExpression.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-23[lldb] Mark expressions that couldn't be parsed or executed as failed express...Raphael Isemann1-1/+2
2020-03-17[lldb] Ptrs->refs in CommandObjectExpression::EvaluateExpression parametersRaphael Isemann1-24/+21
2020-03-06[lldb][NFC] Refactor our option generation out of EvaluateExpressionRaphael Isemann1-20/+24
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-28[lldb] Cut off unused suffix in CompletionRequest::GetRawLineRaphael Isemann1-1/+6
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-15[lldb/Debugger] Rename IO handler methods to be more meaningful (NFC)Jonas Devlieghere1-4/+2
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann1-9/+0
2019-11-08[lldb] Make Target* a Target& in CommandObjectExpression::DoExecute REPL logicRaphael Isemann1-49/+47
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl1-5/+6
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna1-3/+3
2019-08-27CommandObjectExpression: Fix a misleading-indentation warningPavel Labath1-96/+94
2019-08-26[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...Raphael Isemann1-14/+6
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann1-3/+1
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann1-6/+5
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere1-4/+11
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-2/+0
2019-07-25[lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann1-17/+2
2019-06-02[Commands] Remove unused headerAlex Langford1-1/+0
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere1-2/+1
2019-03-09Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/CommandsJonas Devlieghere1-1/+25
2019-03-02[Reproducers] Capture and replay interpreter commands.Jonas Devlieghere1-2/+2
2019-02-05[Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-15Simplify Boolean expressionsJonas Devlieghere1-2/+1
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-10-18Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev1-1/+1
2018-10-16Return a named error in the result object of an expression with no resultJim Ingham1-1/+1
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-14/+17
2018-08-30Use a CompletionRequest in the expression command completion [NFC]Raphael Isemann1-3/+1
2018-08-30Added initial code completion support for the `expr` commandRaphael Isemann1-0/+68
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann1-5/+5
2018-07-10Refactor parsing of option lists with a raw string suffix.Raphael Isemann1-94/+64
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-19/+13
2018-04-13[Command] Simplify the code and make it less error prone. NFCI.Davide Italiano1-4/+1
2018-04-13[Command] Implement `statistics` command.Davide Italiano1-3/+10
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath1-7/+8
2017-07-19Add help text for "expression" telling how to enter multi-line mode.Jim Ingham1-0/+11
2017-05-12Rename Error -> Status.Zachary Turner1-9/+9
2017-03-22Delete some more dead includes.Zachary Turner1-1/+1
2016-12-06Use Timeout<> in EvaluateExpressionOptions classPavel Labath1-2/+2
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini1-1/+1
2016-11-11Make the Error class constructor protectedMehdi Amini1-1/+1
2016-10-17Fix a crash in expressions with fixits in the dummy target.Jim Ingham1-0/+3
2016-10-11Clarified the explanation of expr --top-level.Sean Callanan1-2/+2
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner1-1/+1
2016-09-26Fix an issue where LLDB would not accept the --description-verbosity option t...Enrico Granata1-1/+1
2016-09-23Update the prompt related functions to use StringRefs.Zachary Turner1-2/+2
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner1-24/+27
2016-09-22Try to fix build errors on Android.Zachary Turner1-1/+1