summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandInterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement interactive command interruptionLeonard Mosescu2017-10-051-14/+84
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-281-71/+13
* [LLDB] Implement interactive command interruptionAdrian McCarthy2017-09-211-13/+71
* Fix the formatting for help on option value types.Jim Ingham2017-07-271-1/+1
* Fix a deadlock in the Python interpreter vrs. SIGINT.Jim Ingham2017-07-131-1/+1
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-4/+6
* Rename Error -> Status.Zachary Turner2017-05-121-6/+6
* Update GDB remote command regex for IPv6Chris Bieneman2017-04-271-2/+2
* [Interpreter] Make a static func a lambda and remove always_inline.Davide Italiano2017-04-141-8/+5
* Fix up some enumerate() callsites in LLDB.Zachary Turner2017-03-131-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix incorrectly named variables.Jim Ingham2016-12-151-1/+1
* Adopt PrettyStackTrace in LLDBSean Callanan2016-12-141-7/+3
* Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...Greg Clayton2016-12-091-9/+8
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-1/+1
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-4/+3
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-3/+4
* Add the new Args / entry-access API.Zachary Turner2016-11-211-4/+3
* Convert CommandHistory functions to StringRef.Zachary Turner2016-11-181-9/+9
* Make Apropos functions accept StringRefs.Zachary Turner2016-11-161-4/+4
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-35/+42
* Fix some StringRef Printf warnings.Zachary Turner2016-11-141-1/+1
* Change IOHandlerConfirm to use StringRefs.Zachary Turner2016-11-131-1/+1
* Rewrite OutputFormattedHelpText in terms of StringRef.Zachary Turner2016-11-081-60/+49
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-5/+5
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-3/+3
* Convert some more aliasing and CI functions to StringRef.Zachary Turner2016-10-051-13/+6
* Update some command aliasing functions to use StringRef.Zachary Turner2016-10-051-20/+17
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-61/+57
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-1/+2
* Fix TestNestedAliases.pyZachary Turner2016-10-041-5/+6
* Modernize some code related to Args usage / implementation.Zachary Turner2016-10-031-110/+107
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-10/+12
* Convert 3 more functions to use a StringRef.Zachary Turner2016-09-191-2/+2
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-9/+14
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-3085/+2869
* Delete Host/windows/win32.hZachary Turner2016-08-091-3/+3
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-119/+96
* Fix an issue where one could not define a Python command with the same name a...Enrico Granata2016-07-111-2/+7
* Fix an issue where the apropos command would not print fully qualified comman...Enrico Granata2016-05-021-1/+1
* Add a --element-count option to the expression commandEnrico Granata2016-04-251-0/+2
* Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...Enrico Granata2016-04-201-1/+1
* Add help for our regular expression commands when aliasedEnrico Granata2016-04-081-16/+12
* Change 'apropos' such that it doesn't look into the "long help/syntax" string...Enrico Granata2016-03-231-41/+50
* Make it so that a command alias can actually remove the help/long help from i...Enrico Granata2016-03-221-4/+8
* Fix a bug caused by my alias refactoring where, if an alias was defined in te...Enrico Granata2016-03-221-2/+3
* Use Enrico's new CommandAlias to give better help to the "sif" command.Jim Ingham2016-03-191-1/+7
* Workaround the fact that "b" is now a separate command object from "_regexp-b...Enrico Granata2016-03-151-5/+5
OpenPOWER on IntegriCloud