summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/REPL.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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