1. 91ffe0a Add a new wart, I mean feature, on to gdb-remote protocol: compression. by Jason Molenda · 10 years ago
  2. fab40d3 Add Read Thread to GDBRemoteCommunication by Ewan Crawford · 10 years ago
  3. b30c50c Add a new "qEcho" packet with the following format: by Greg Clayton · 10 years ago
  4. 9aa2da00 Change ProcessGDBRemote last stop packet to a container. by Ewan Crawford · 10 years ago
  5. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 11 years ago
  6. 912800c Create ScopedTimeout class for GDBRemoteCommunication by Tamas Berghammer · 11 years ago
  7. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago
  8. 18fe640 Implement setting and clearing watchpoints. by Chaoren Lin · 11 years ago
  9. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  10. 39de311 Create a HostThread abstraction. by Zachary Turner · 11 years ago
  11. 1681092 Remove an assertion that was being hit due to slow DNS name lookups on MacOSX for "localhost". by Greg Clayton · 12 years ago
  12. 5ae54ae Support for debugging against a remote stock gdbserver. by Steve Pucci · 12 years ago
  13. fda4fab Revert to getting a random port and sending that down to debugserver for iOS. The sandboxing is not letting debugserver reverse connect back to lldb. by Greg Clayton · 12 years ago
  14. b09c538 Centralized the launching of a process into Target::Launch() by Greg Clayton · 12 years ago
  15. 3dedae1 Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives. by Greg Clayton · 12 years ago
  16. d629980 Replace all in_port_t with uint16_t to avoid compilation issues on different systems. by Greg Clayton · 12 years ago
  17. 00fe87b Modified local spawning in debugserver processes to use a new --reverse-connect option so that debugserver actually connects back to LLDB instead of LLDB connecting to debugserver. by Greg Clayton · 12 years ago
  18. 91a9b247 Switch local launching of debugserver over to always use a FIFO in order to handshake with the launched debugserver. by Greg Clayton · 12 years ago
  19. 4ceb928 Change the Mutex::Locker class so that it takes the Mutex object and locks it, rather by Jim Ingham · 13 years ago
  20. d451c1a Added the thread ID (tid) to each packet history item and the packet history now always dumps to a lldb_private::Stream. by Greg Clayton · 14 years ago
  21. c3c0b0e Remove the GetSequenceMutex timeout that isn't being used in the GDB remote plug-in. by Greg Clayton · 14 years ago
  22. 37a0a24 No functionality changes, mostly cleanup. by Greg Clayton · 14 years ago
  23. 9fc1355 Trying to solve our disappearing thread issues by making thread list updates safer. by Greg Clayton · 14 years ago
  24. c1422c1 Added a packet history object to the GDBRemoteCommunication class that is always remembering the last 512 packets that were sent/received. These packets get dumped if logging gets enabled, or when the new expr lldb::DumpProcessGDBRemotePacketHistory (void *process, const char *log_file_path) global function is called. by Greg Clayton · 14 years ago
  25. ba23ca0 Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 14 years ago
  26. 73bf5db Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 14 years ago
  27. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  28. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  29. 1cb6496 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 15 years ago
  30. 576d883 Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 15 years ago
  31. c574ede Centralize the GDB remote timeout value into the GDBRemoteCommunication as a by Greg Clayton · 15 years ago
  32. 7133762 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 15 years ago
  33. 71fc2a3 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 15 years ago
  34. 6779606a Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 15 years ago
  35. 6ed9594 Sped up the shutdown time on MacOSX by quite a bit by making sure any by Greg Clayton · 15 years ago
  36. 4dc7228 Fixed the async packets (packets that need to be sent to the GDB server by Greg Clayton · 15 years ago
  37. c4e411f Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 15 years ago
  38. 710dd5a Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 15 years ago
  39. e521966 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 15 years ago
  40. efed613 Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  41. 0d8bcc7 Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 15 years ago
  42. 54512bd Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 15 years ago
  43. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  44. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago