summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann2019-08-261-3/+1
* [lldb][NFC] Remove unused return value from HandleOptionArgumentCompletionRaphael Isemann2019-08-221-5/+5
* [lldb][NFC] NFC cleanup for the completion codeRaphael Isemann2019-08-221-25/+26
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-17/+6
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-2/+1
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-281-12/+0
* [lldb] Don't dynamically allocate the posix option validator.Raphael Isemann2019-07-261-18/+2
* [lldb] Fix build errors from tablegenify platform commitRaphael Isemann2019-07-241-1/+1
* [lldb][NFC] Tablegenify platformRaphael Isemann2019-07-241-46/+12
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-271-33/+27
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-46/+0
* Refactor user/group name resolving codePavel Labath2019-03-041-8/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Do not use PATH_MAX with SmallStringStella Stamenova2018-12-101-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-18/+18
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-40/+40
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-3/+3
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-17/+6
* Get rid of the C-string parameter in DoExecuteRaphael Isemann2018-07-121-2/+2
* Refactor parsing of option lists with a raw string suffix.Raphael Isemann2018-07-101-28/+5
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-9/+10
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-12/+13
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-4/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+7
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-2/+2
* Fix typo in error message in 'platform status'.Bruce Mitchener2017-07-211-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-34/+35
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-201-12/+12
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* Fix some more StringRef printf warnings.Zachary Turner2016-11-151-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-47/+44
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-11/+8
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-11/+12
* Try to fix build errors on Android.Zachary Turner2016-09-221-9/+7
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-91/+74
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-3/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1891/+1594
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-41/+51
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-39/+58
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-41/+24
* Get rid of a global constructor and also make this code safe to use after the...Greg Clayton2016-03-241-14/+30
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-221-274/+197
OpenPOWER on IntegriCloud