summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
AgeCommit message (Expand)Author
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-12[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-12Temporarily Revert [platform process list] add a flag for showing the process...Adrian Prantl
2019-10-11[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-11Revert "[platform process list] add a flag for showing the processes of all u...Walter Erquinigo
2019-10-11[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-10-08Revert "[platform process list] add a flag for showing the processes of all u...Shafik Yaghmour
2019-10-07[platform process list] add a flag for showing the processes of all usersWalter Erquinigo
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-08-26[lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann
2019-08-22[lldb][NFC] Remove unused return value from HandleOptionArgumentCompletionRaphael Isemann
2019-08-22[lldb][NFC] NFC cleanup for the completion codeRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-26[lldb] Don't dynamically allocate the posix option validator.Raphael Isemann
2019-07-24[lldb] Fix build errors from tablegenify platform commitRaphael Isemann
2019-07-24[lldb][NFC] Tablegenify platformRaphael Isemann
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-04-27[CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-04Refactor user/group name resolving codePavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-10Do not use PATH_MAX with SmallStringStella Stamenova
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-07-12Get rid of the C-string parameter in DoExecuteRaphael Isemann
2018-07-10Refactor parsing of option lists with a raw string suffix.Raphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-05-10Convert all RunShellCommand functions to use the Timeout classPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2017-10-31Invert ArchSpec<->Platform dependencyPavel Labath
2017-07-21Fix typo in error message in 'platform status'.Bruce Mitchener
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner