1. addb514 [lldb/Target] Add custom interpreter option to `platform shell` by Med Ismail Bennani · 5 years ago
  2. 3cd8d7b [lldb] Remote disk file/directory completion for platform commands by Gongyu Deng · 5 years ago
  3. 19311f5 [lldb] common completion for process pids and process names by Gongyu Deng · 5 years ago
  4. e382057 [lldb] tab completion for `platform target-install` by Gongyu Deng · 5 years ago
  5. 9010cef [lldb] Replace StringConvert with llvm::to_integer when parsing integer values in CommandObjects by Raphael Isemann · 5 years ago
  6. 388afd8 [lldb] Remove redundant access specifiers (NFC) by Jonas Devlieghere · 5 years ago
  7. eaebcbc [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN by Konrad Kleine · 5 years ago
  8. 4e9e048 [lldb/Commands] Add ability to run shell command on the host. by Med Ismail Bennani · 5 years ago
  9. 638b06c [lldb/Utility] Replace ProcessInstanceInfoList with std::vector. (NFCI) by Jonas Devlieghere · 6 years ago
  10. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  11. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  12. 0683250 [lldb][NFC] Remove unnecessary includes in source/Commands by Raphael Isemann · 6 years ago
  13. a925974 Run clang-format on lldb/source/Commands (NFC) by Adrian Prantl · 6 years ago
  14. af1d27e [platform process list] add a flag for showing the processes of all users by Walter Erquinigo · 6 years ago
  15. 0f22955 Revert "[platform process list] add a flag for showing the processes of all users" by Walter Erquinigo · 6 years ago
  16. d334b78 [platform process list] add a flag for showing the processes of all users by Walter Erquinigo · 6 years ago
  17. 892482e Revert "[platform process list] add a flag for showing the processes of all users" by Walter Erquinigo · 6 years ago
  18. e031bdf [platform process list] add a flag for showing the processes of all users by Walter Erquinigo · 6 years ago
  19. 16194bf Revert "[platform process list] add a flag for showing the processes of all users" by Walter Erquinigo · 6 years ago
  20. 914f382 [platform process list] add a flag for showing the processes of all users by Walter Erquinigo · 6 years ago
  21. b15c886 Temporarily Revert [platform process list] add a flag for showing the processes of all users by Adrian Prantl · 6 years ago
  22. 696d3cf [platform process list] add a flag for showing the processes of all users by Walter Erquinigo · 6 years ago
  23. 6fcf068 Revert "[platform process list] add a flag for showing the processes of all users" by Walter Erquinigo · 6 years ago
  24. 089a334 [platform process list] add a flag for showing the processes of all users by Walter Erquinigo · 6 years ago
  25. 0237607 Revert "[platform process list] add a flag for showing the processes of all users" by Shafik Yaghmour · 6 years ago
  26. 6e1a0cf [platform process list] add a flag for showing the processes of all users by Walter Erquinigo · 6 years ago
  27. 0d9a201 [lldb][NFC] Remove ArgEntry::ref member by Raphael Isemann · 6 years ago
  28. 72ca5f3 [lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some code by Raphael Isemann · 6 years ago
  29. 494370c [lldb][NFC] Remove unused return value from HandleOptionArgumentCompletion by Raphael Isemann · 6 years ago
  30. 1153dc9 [lldb][NFC] NFC cleanup for the completion code by Raphael Isemann · 6 years ago
  31. 3616201 [lldb][NFC] Remove dead code that is supposed to handle invalid command options by Raphael Isemann · 6 years ago
  32. ae34ed2 [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values by Raphael Isemann · 6 years ago
  33. bd68a05 [lldb] Also include the array definition in CommandOptions.inc by Raphael Isemann · 6 years ago
  34. 0ab0bb9 [lldb] Don't dynamically allocate the posix option validator. by Raphael Isemann · 6 years ago
  35. aaad1a8 [lldb] Fix build errors from tablegenify platform commit by Raphael Isemann · 6 years ago
  36. 2359fec [lldb][NFC] Tablegenify platform by Raphael Isemann · 6 years ago
  37. 09ad8c8 Fix integer literals which are cast to bool by Jonas Devlieghere · 6 years ago
  38. 5717986 [CommandObject] Use GetDebugger() helper method (NFC) by Jonas Devlieghere · 6 years ago
  39. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  40. aa51e6a Refactor user/group name resolving code by Pavel Labath · 7 years ago
  41. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  42. b3f44ad Do not use PATH_MAX with SmallString by Stella Stamenova · 7 years ago
  43. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  44. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  45. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  46. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  47. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  48. a2e76c0 Replaced more boilerplate code with CompletionRequest (NFC) by Raphael Isemann · 7 years ago
  49. 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
  50. 3a0e127 Refactor parsing of option lists with a raw string suffix. by Raphael Isemann · 7 years ago
  51. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  52. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  53. 19dd1a0 Convert all RunShellCommand functions to use the Timeout class by Pavel Labath · 7 years ago
  54. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  55. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  56. 7263f1b Invert ArchSpec<->Platform dependency by Pavel Labath · 8 years ago
  57. 2b13913 Fix typo in error message in 'platform status'. by Bruce Mitchener · 8 years ago
  58. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  59. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  60. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  61. c4a3395 Fix a couple of corner cases in NameMatches by Pavel Labath · 9 years ago
  62. c5f28e2 Switch std::call_once to llvm::call_once by Kamil Rytarowski · 9 years ago
  63. df44988 Break some dependencies in lldbUtility. by Zachary Turner · 9 years ago
  64. 1e8016b Fix some more StringRef printf warnings. by Zachary Turner · 9 years ago
  65. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  66. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  67. 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
  68. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  69. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  70. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  71. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  72. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  73. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  74. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  75. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  76. 1cf2aa8 Get rid of a global constructor and also make this code safe to use after the global destructor chain has been run on the main thread. by Greg Clayton · 10 years ago
  77. 435c2c9 Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in source/Commands/CommandObjectPlatform.cpp; other minor fixes. by Eugene Zelenko · 10 years ago
  78. ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 10 years ago
  79. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  80. ea671fb Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. by Kate Stone · 10 years ago
  81. 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
  82. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  83. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  84. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  85. 2bf4540 Default dst value for platform put-file. by Chaoren Lin · 10 years ago
  86. 042ca39 Platform settings doesn't need permission options. by Chaoren Lin · 10 years ago
  87. 00b7f95 Fix handling of backslashes in Args parsing by Pavel Labath · 11 years ago
  88. fa03bac Get test/types tests passing on remote targets by Vince Harron · 11 years ago
  89. fd3cd13 Cast to (const OptionPermissions*) to avoid warning. by Bruce Mitchener · 11 years ago
  90. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  91. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  92. 8012cad Fixed more fallout from running the test suite remotely on iOS devices. by Greg Clayton · 11 years ago
  93. 615eb7e Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. by Greg Clayton · 11 years ago
  94. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  95. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  96. 2863891 Invalidate process UID/GID-related command options on Windows. by Zachary Turner · 11 years ago
  97. 3597406 Fix -Wnull-conversion warning. by Zachary Turner · 11 years ago
  98. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  99. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  100. fff2589 <rdar://problem/14728845> by Enrico Granata · 12 years ago