summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-3/+0
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-4/+2
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-0/+4
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-4/+0
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-0/+4
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-4/+0
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-0/+4
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-121-4/+0
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-121-0/+4
* Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl2019-10-121-4/+0
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-111-0/+4
* Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo2019-10-111-4/+0
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-111-0/+4
* Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour2019-10-081-4/+0
* [platform process list] add a flag for showing the processes of all usersWalter Erquinigo2019-10-071-0/+4
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-2/+2
* [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
OpenPOWER on IntegriCloud