summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/REPL.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing nullptr checks.Adrian Prantl2020-01-101-0/+2
* remove a smattering of isolated, unnecessary uses of FILE*Lawrence D'Anna2019-10-091-1/+1
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-8/+8
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-7/+12
* [lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...Raphael Isemann2019-09-251-2/+2
* [lldb][NFC] Remove Args::StripSpacesRaphael Isemann2019-09-061-1/+1
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-6/+11
* [lldb][NFC] Refactor remaining completion logic to use CompletionRequestsRaphael Isemann2019-08-151-19/+20
* [CompletionRequest] Remove unimplemented members.Jonas Devlieghere2019-07-311-3/+1
* Quiet command regex instructions during batch executionDave Lee2019-03-101-1/+1
* Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/CommandsJonas Devlieghere2019-03-091-15/+1
* [Expression] Remove unused parameter from EvaluateAlex Langford2019-03-051-1/+0
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-7/+7
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-3/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-5/+6
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+2
* 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
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-2/+2
* Replace HostInfo::GetLLDBPath with specific functionsPavel Labath2018-06-191-4/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-13/+9
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-2/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Convert some more aliasing and CI functions to StringRef.Zachary Turner2016-10-051-1/+1
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-5/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-574/+509
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+4
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-291-0/+1
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, so...Eugene Zelenko2015-10-311-29/+28
* When target is NULL, provide a debugger so that REPLs can use that to createSean Callanan2015-10-211-2/+2
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-201-2/+2
* Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan2015-10-191-0/+650
OpenPOWER on IntegriCloud