summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace assert with static_assert here applicable.Jonas Devlieghere2019-05-151-2/+3
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-0/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Replace debug-only assert with a plain old assert.Adrian Prantl2019-03-061-7/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-9/+6
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-2/+1
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-9/+4
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-101-0/+16
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-14/+12
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-26/+23
* Move option parsing out of the Args classPavel Labath2018-03-091-25/+8
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Make breakpoint names real entities.Jim Ingham2017-09-141-1/+2
* Extend 'target symbols add' to load symbols from a given moduleEugene Zemtsov2017-07-241-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Fix up some enumerate() callsites in LLDB.Zachary Turner2017-03-131-3/+3
* Modernize the Args access pattern in a few more commands.Zachary Turner2016-12-091-6/+4
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-12/+12
* Fix some StringRef Printf warnings.Zachary Turner2016-11-141-1/+1
* Change some more CommandObject functions to StringRef.Zachary Turner2016-11-131-4/+4
* Change ArgumentHelpCallbackFunction to return a StringRef.Zachary Turner2016-11-131-31/+22
* Make CommandObject help getters/setters use StringRef.Zachary Turner2016-11-121-42/+36
* StringRef::front asserts on empty strings, causing "break modify -c ''" to as...Jim Ingham2016-10-061-1/+1
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-5/+5
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-10/+7
* 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-4/+4
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-957/+888
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-6/+19
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-92/+69
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+3
* Change 'apropos' such that it doesn't look into the "long help/syntax" string...Enrico Granata2016-03-231-4/+9
* Make it so that a command alias can actually remove the help/long help from i...Enrico Granata2016-03-221-30/+27
* Lots of progress on the CommandAlias refactoringEnrico Granata2016-03-141-2/+2
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-0/+25
* A few more improvements on the way to the command alias refactoringEnrico Granata2016-03-081-1/+0
* Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata2016-03-081-39/+0
* Change the user-visible name for the argument type language to source-languageEnrico Granata2016-02-291-1/+1
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-1/+3
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-2/+24
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Remove unused #includes of ScriptInterpreterPython.hZachary Turner2015-05-281-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-15/+15
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-4/+4
* This is some groundwork for filtering the language ExceptionJim Ingham2015-04-221-0/+1
* Fix "help language", the languages printer was assuming the Jim Ingham2015-04-171-6/+3
OpenPOWER on IntegriCloud