1. b3f44ad Do not use PATH_MAX with SmallString by Stella Stamenova · 7 years ago
  2. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  3. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  4. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  5. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  6. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  7. a2e76c0 Replaced more boilerplate code with CompletionRequest (NFC) by Raphael Isemann · 7 years ago
  8. 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
  9. 3a0e127 Refactor parsing of option lists with a raw string suffix. by Raphael Isemann · 7 years ago
  10. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  11. 937348c [FileSpec] Make style argument mandatory for SetFile. NFC by Jonas Devlieghere · 7 years ago
  12. 19dd1a0 Convert all RunShellCommand functions to use the Timeout class by Pavel Labath · 7 years ago
  13. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  14. 145d95c Move Args.cpp from Interpreter to Utility by Pavel Labath · 7 years ago
  15. 7263f1b Invert ArchSpec<->Platform dependency by Pavel Labath · 8 years ago
  16. 2b13913 Fix typo in error message in 'platform status'. by Bruce Mitchener · 8 years ago
  17. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  18. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  19. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  20. c4a3395 Fix a couple of corner cases in NameMatches by Pavel Labath · 9 years ago
  21. c5f28e2 Switch std::call_once to llvm::call_once by Kamil Rytarowski · 9 years ago
  22. df44988 Break some dependencies in lldbUtility. by Zachary Turner · 9 years ago
  23. 1e8016b Fix some more StringRef printf warnings. by Zachary Turner · 9 years ago
  24. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  25. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  26. 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
  27. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  28. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  29. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  30. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  31. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  32. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  33. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  34. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  35. 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
  36. 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
  37. ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 10 years ago
  38. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  39. 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
  40. 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
  41. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  42. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  43. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  44. 2bf4540 Default dst value for platform put-file. by Chaoren Lin · 10 years ago
  45. 042ca39 Platform settings doesn't need permission options. by Chaoren Lin · 10 years ago
  46. 00b7f95 Fix handling of backslashes in Args parsing by Pavel Labath · 11 years ago
  47. fa03bac Get test/types tests passing on remote targets by Vince Harron · 11 years ago
  48. fd3cd13 Cast to (const OptionPermissions*) to avoid warning. by Bruce Mitchener · 11 years ago
  49. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  50. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  51. 8012cad Fixed more fallout from running the test suite remotely on iOS devices. by Greg Clayton · 11 years ago
  52. 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
  53. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  54. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  55. 2863891 Invalidate process UID/GID-related command options on Windows. by Zachary Turner · 11 years ago
  56. 3597406 Fix -Wnull-conversion warning. by Zachary Turner · 11 years ago
  57. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  58. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  59. fff2589 <rdar://problem/14728845> by Enrico Granata · 12 years ago
  60. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  61. 2490f5c Fix a bunch of compile time warnings and a build failure on ubuntu. by Eric Christopher · 12 years ago
  62. bb247fb Fix 'platform shell' command for Linux host and remote lldb-platform connections by Daniel Malea · 12 years ago
  63. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  64. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  65. 864fa8c <rdar://problem/13788674> by Greg Clayton · 12 years ago
  66. c7fef74 <rdar://problem/13627061> by Greg Clayton · 12 years ago
  67. 8c1157c Change CommandObjectPlatform commands to get the current platform by Jason Molenda · 12 years ago
  68. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  69. f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
  70. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  71. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  72. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  73. 4539255 <rdar://problem/12462048> by Greg Clayton · 13 years ago
  74. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  75. 67cc063 Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 13 years ago
  76. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  77. 7051231 <rdar://problem/11358639> by Greg Clayton · 13 years ago
  78. d1cf11a Added a new host function that allows us to run shell command and get the output from them along with the status and signal: by Greg Clayton · 13 years ago
  79. b3a40ba Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 14 years ago
  80. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  81. 144f3a9 Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 14 years ago
  82. 1d88596 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 14 years ago
  83. 982c976 Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 14 years ago
  84. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  85. aa149cb Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 14 years ago
  86. 3173e27 Fix the wrong error message for "platform process info", i.e., with no pid(s) specified for the command. by Johnny Chen · 14 years ago
  87. 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  88. ab65b34 Added auto completion for architecture names and for platforms. by Greg Clayton · 14 years ago
  89. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  90. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  91. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  92. 95bf0fd Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 14 years ago
  93. c640179 A a simple test file for some lldb 'platform' commands. by Johnny Chen · 15 years ago
  94. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  95. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  96. 1cb6496 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 15 years ago
  97. d314e81 Added new platform commands: by Greg Clayton · 15 years ago
  98. ded470d Added more platform support. There are now some new commands: by Greg Clayton · 15 years ago