summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectSettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-16/+15
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-4/+3
* [lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann2019-09-231-3/+2
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-2/+2
* [lldb][NFC] Remove Args::StripSpacesRaphael Isemann2019-09-061-33/+20
* [lldb][NFC] NFC cleanup for the completion codeRaphael Isemann2019-08-221-17/+18
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-9/+3
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-41/+27
* [lldb] Add tests for 'settings remove' and fix error message typosRaphael Isemann2019-08-211-3/+3
* [lldb] Add tests for setting completions and enable 'settings remove' completionRaphael Isemann2019-08-211-0/+2
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-9/+0
* [lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann2019-07-161-3/+3
* [lldb] Let table gen create command option initializers.Raphael Isemann2019-07-121-11/+6
* Propagate command interpreter errors from lldlbinitJonas Devlieghere2019-05-081-0/+1
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-23/+22
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-24/+0
* 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] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-2/+5
* Add functionality to export settingsJonas Devlieghere2018-10-261-0/+205
* [Settings] Add -force flag to "settings set"Jonas Devlieghere2018-10-241-3/+23
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-2/+2
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-9/+9
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-87/+10
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-6/+12
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-113/+126
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+4
* Move option parsing out of the Args classPavel Labath2018-03-091-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-12/+12
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-7/+2
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-2/+7
* Add the new Args / entry-access API.Zachary Turner2016-11-211-7/+2
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-1/+1
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-1/+5
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-12/+6
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-12/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1010/+892
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-2/+4
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-16/+16
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-52/+36
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-241-148/+142
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-72/+62
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-18/+19
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Handle trailing spaces on "settings set" command more correctlyPavel Labath2015-02-161-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-2/+2
OpenPOWER on IntegriCloud