summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Args.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-694/+0
* Args: replace isprint8 usage with isprintPavel Labath2018-04-101-2/+1
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-238/+4
* Move option parsing out of the Args classPavel Labath2018-03-091-527/+0
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-44/+0
* Add a StringList constructor to Args classPavel Labath2017-12-111-0/+5
* Rename Error -> Status.Zachary Turner2017-05-121-9/+9
* Delete some more dead includes.Zachary Turner2017-03-221-7/+2
* Fix up some enumerate() callsites in LLDB.Zachary Turner2017-03-131-5/+5
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Fix a couple of incorrect format string warningsLuke Drummond2016-12-221-3/+2
* Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner2016-12-091-6/+5
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-6/+7
* Make OptionParser::Parse() take StringRef.Zachary Turner2016-11-131-6/+6
* Fix some cases where we were printf'ing StringRefs.Zachary Turner2016-11-081-3/+3
* Convert some Expression parser functions to StringRef.Zachary Turner2016-11-081-86/+94
* Interpreter: Don't return StringRef from functions whose return value is neve...Justin Bogner2016-10-171-14/+10
* Match printf field width arg and typeEd Maste2016-10-061-1/+1
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-13/+16
* Convert various CommandInterpreter functions to StringRef.Zachary Turner2016-10-051-47/+40
* Make lldb -Werror clean on Windows.Zachary Turner2016-10-051-4/+4
* Modernize some code related to Args usage / implementation.Zachary Turner2016-10-031-77/+56
* Refactor the Args class.Zachary Turner2016-10-031-291/+210
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-19/+22
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-8/+6
* added environment variable-related Args gtestsTodd Fiala2016-09-221-4/+6
* fix Args function broken in r281942Todd Fiala2016-09-221-1/+1
* Fix an incorrect nullptr conversion.Zachary Turner2016-09-211-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-3/+5
* Convert 3 more functions to use a StringRef.Zachary Turner2016-09-191-54/+24
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-32/+15
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-27/+17
* Add unit tests for a few string conversion functions in Args.Zachary Turner2016-09-161-37/+25
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1620/+1433
* Revert r280137 and 280139 and subsequent build fixesPavel Labath2016-08-311-18/+6
* A few minor stylistic cleanups in StringExtractor.Zachary Turner2016-08-301-6/+18
* Fix fallout from the GetNameColonValue() refactor (r280000)Pavel Labath2016-08-301-8/+9
* Convert GetNameColonValue to return StringRefs.Zachary Turner2016-08-291-50/+53
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+45
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-45/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+45
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-7/+38
* fix command-line LLDB so NSLog messages show upTodd Fiala2016-07-141-0/+41
* Implement ProcessInfo::Dump(), log gdb-remote stub launchTodd Fiala2016-05-311-5/+8
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-6/+6
* Improve the way LLDB escapes arguments before passing them to the shellEnrico Granata2016-04-041-3/+31
* LLDB needs a mutex around getopt_long_only() function calls to avoid multi-th...Jim Ingham2015-11-051-3/+6
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-3/+3
* Fix tab completion for command arguments containing spacesTamas Berghammer2015-09-021-0/+30
* Fix typos.Bruce Mitchener2015-07-221-1/+1
OpenPOWER on IntegriCloud