summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Options.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix broken tests due to new error output.Todd Fiala2014-07-081-28/+19
* Invalidate process UID/GID-related command options on Windows.Zachary Turner2014-07-071-18/+27
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-1/+1
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-18/+18
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Don't crash when trying to auto complete 'breakpoint set -n "_'Greg Clayton2014-01-291-1/+1
* Add OptionParser.hVirgile Bello2013-09-051-8/+8
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+12
* Fix some more mismatched integer types causing compiler warnings.Andy Gibbs2013-06-241-1/+1
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-5/+5
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-2/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13457391>Greg Clayton2013-04-041-3/+3
* Define isprint8() wrapper around isprint() in order to avoid crashes on LinuxDaniel Malea2012-12-051-6/+6
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-123/+149
* Added new options to "target create" and "target modules add".Greg Clayton2012-11-301-2/+6
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-2/+4
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-2/+6
* Fixed the help text for raw commands like "expr"Sean Callanan2012-01-041-0/+15
OpenPOWER on IntegriCloud