summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectCommands.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+13
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-1/+2
* Rename Error -> Status.Zachary Turner2017-05-121-27/+27
* Fix !N and !-N commands and add a test case.Jim Ingham2017-04-191-1/+5
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Fix some occurrences of passing StringRef to Printf.Zachary Turner2016-12-091-7/+8
* Convert CommandObjectCommands to entry-based Args access.Zachary Turner2016-12-081-168/+154
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-3/+3
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-3/+3
* Add the new Args / entry-access API.Zachary Turner2016-11-211-3/+3
* Update GenerateAdditionalHelpAvenues to take StringRef.Zachary Turner2016-11-161-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-7/+5
* Make CommandObject help getters/setters use StringRef.Zachary Turner2016-11-121-34/+39
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-28/+22
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-7/+7
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-3/+2
* Convert some more aliasing and CI functions to StringRef.Zachary Turner2016-10-051-13/+12
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-9/+8
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-126/+124
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-3/+3
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-11/+19
* Try to fix build errors on Android.Zachary Turner2016-09-221-6/+6
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-100/+76
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1951/+1631
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-22/+34
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-37/+43
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-41/+31
* Cleanups to command alias to refer to itself as 'command alias' and not allow...Enrico Granata2016-04-081-5/+17
* Add --help and --long-help options to 'command alias' such that one can now s...Enrico Granata2016-03-311-7/+155
* Make it so that a command alias can actually remove the help/long help from i...Enrico Granata2016-03-221-3/+3
* A few more improvements on the way to the command alias refactoringEnrico Granata2016-03-081-37/+34
* Move ProcessAliasOptionsArgs to be a static on CommandAlias; it wasn't using ...Enrico Granata2016-03-081-5/+3
* Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata2016-03-081-19/+3
* When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata2016-02-291-2/+11
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-221-263/+192
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-89/+82
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-79/+92
* Correct type in for loop to remove signedness warningEd Maste2015-06-171-1/+1
* Enable 'command script import' to accept multiple modules to import in one in...Enrico Granata2015-06-161-26/+29
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-0/+2
* Remove ScriptInterpreterObject.Zachary Turner2015-03-171-4/+3
* If creating a Python command via a class, the help text is handled directly b...Enrico Granata2015-03-131-1/+1
* Add support for Python object commands to return custom short and long help b...Enrico Granata2015-03-131-1/+33
* Bulk of the infrastructure work to allow script commands to be backed by obje...Enrico Granata2015-03-131-13/+149
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-6/+6
* Fixed an issue where you couldn't delete a user defined regex, python, or mul...Greg Clayton2015-01-091-9/+91
OpenPOWER on IntegriCloud