1. 576d883 Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 15 years ago
  2. ded470d Added more platform support. There are now some new commands: by Greg Clayton · 15 years ago
  3. c574ede Centralize the GDB remote timeout value into the GDBRemoteCommunication as a by Greg Clayton · 15 years ago
  4. e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
  5. 7133762 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 15 years ago
  6. 93d3c833 The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 15 years ago
  7. 71fc2a3 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 15 years ago
  8. b766a73 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 15 years ago
  9. 513c26c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 15 years ago
  10. 414f5d3 Fixed ProcessGDBRemote to kill the process correctly when it is either running by Greg Clayton · 15 years ago
  11. bd82a5d Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 15 years ago
  12. 6779606a Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 15 years ago
  13. 1c823b4 Added an interface for noticing new thread creation. At this point, I only turn it on when by Jim Ingham · 15 years ago
  14. 442d754 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 15 years ago
  15. f8da863 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 15 years ago
  16. 3af9ea5 Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 15 years ago
  17. 0d8bcc7 Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 15 years ago
  18. ef5c6d0 Make processes use InputReaders for their input. Move the process by Caroline Tice · 15 years ago
  19. a78ff2e Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 15 years ago
  20. f681b94 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 15 years ago
  21. 0b76a2c Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 15 years ago
  22. 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  23. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  24. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago