summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Options.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix compilation with GCC 5Martin Storsjö2020-02-061-2/+2
* Break out the Python class & key/value options into a separate OptionGroup.Jim Ingham2019-10-031-0/+4
* [lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...Raphael Isemann2019-09-251-1/+1
* [lldb][NFC] Remove useless cursor shifting in Options::HandleOptionCompletionRaphael Isemann2019-09-251-4/+1
* [lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletionRaphael Isemann2019-09-231-1/+0
* [lldb][NFC] Remove dead code in Options::HandleOptionArgumentCompletionRaphael Isemann2019-09-231-9/+2
* [lldb] Make cursor index in CompletionRequest unsignedRaphael Isemann2019-09-231-2/+2
* [lldb][NFC] Remove argument prefix checking boilerplate when adding completionsRaphael Isemann2019-09-231-4/+1
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-7/+7
* [lldb][NFC] Make ArgEntry::quote private and provide a getterRaphael Isemann2019-09-131-1/+1
* [lldb] Add description to option completions.Raphael Isemann2019-09-021-5/+6
* [lldb] Fix and test completion for ambiguous long optionsRaphael Isemann2019-08-281-10/+4
* [lldb][NFC] Get rid of C-strings in HandleOptionCompletionRaphael Isemann2019-08-281-17/+11
* [lldb][NFC] Remove unused return value from HandleOptionArgumentCompletionRaphael Isemann2019-08-221-5/+2
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-3/+0
* Options: Reduce code duplicationPavel Labath2019-07-101-67/+35
* Options: Correctly check for missing argumentsPavel Labath2019-06-251-3/+5
* Reapply "Fix a crash in option parsing."Adrian Prantl2019-06-251-1/+12
* Revert "Fix a crash in option parsing."Davide Italiano2019-06-201-6/+0
* Fix a crash in option parsing.Adrian Prantl2019-06-111-0/+6
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-3/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Fix error handling in Options::ParseTatyana Krasnukha2019-02-261-2/+3
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-12/+15
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-16/+6
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-33/+29
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-101-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-73/+57
* Move option parsing out of the Args classPavel Labath2018-03-091-0/+524
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-2/+2
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-3/+3
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+1
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-2/+2
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-100/+84
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-967/+819
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-18/+21
* Validate the option index before trying to access an array element using it -...Enrico Granata2016-06-291-0/+7
* This was printing arguments twice in dash-dash aliases; don't do thatEnrico Granata2016-03-151-24/+24
* Lots of progress on the CommandAlias refactoringEnrico Granata2016-03-141-128/+138
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-19/+28
OpenPOWER on IntegriCloud