1. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  2. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  3. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  4. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  5. 9747118 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 · 12 years ago
  6. b1db658 Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 12 years ago
  7. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  8. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  9. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  10. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  11. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  12. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  13. 1736fef Fix the wrong error message for "platform process info", i.e., with no pid(s) specified for the command. by Johnny Chen · 13 years ago
  14. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  15. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  16. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  17. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  18. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  19. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 13 years ago
  20. 0815031 A a simple test file for some lldb 'platform' commands. by Johnny Chen · 13 years ago
  21. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  22. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  23. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  24. cb8977d Added new platform commands: by Greg Clayton · 13 years ago
  25. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago