1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. edb35d9 Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. by Eugene Zelenko · 10 years ago
  3. 77dc956 Introduce a MainLoop class and switch llgs to use it by Pavel Labath · 10 years ago
  4. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
  5. cb527a7 Fix windows build (broken by r228823) by Tamas Berghammer · 11 years ago
  6. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago
  7. e0be425 Add support for SBProcess::PutSTDIN to remote processes by Vince Harron · 11 years ago
  8. 18fe640 Implement setting and clearing watchpoints. by Chaoren Lin · 11 years ago
  9. 2fe1d0a Moving header files from source/Host/common to proper location. by Chaoren Lin · 11 years ago
  10. 859e4b5 Add D request handler to GDBRemoteCommunicationServer in order to support detach from inferior. by Oleksiy Vyalov · 11 years ago
  11. 0010b20 Fix one more [-Werror,-Winconsistent-missing-override] error. by Eric Christopher · 11 years ago
  12. 75f47c3 llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions. by Todd Fiala · 11 years ago
  13. 87bac59 llgs: removed some wait-for-stop code in inferior process launch pipeline. by Todd Fiala · 11 years ago
  14. 1109ed4 llgs: implement qThreadStopInfo. by Todd Fiala · 11 years ago
  15. a9882ce llgs: add proper exec support for Linux. by Todd Fiala · 11 years ago
  16. 7306cf3 Add $vAttach support to llgs. by Todd Fiala · 11 years ago
  17. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  18. 106d028 Added an option to turn OFF the "detach on error" behavior that was added by Jim Ingham · 11 years ago
  19. b8b49ec Modified GDBProcessCommunicationServer to launch via the platform. by Todd Fiala · 12 years ago
  20. 3e92a2b Added reaper for commandline-launched processes. by Todd Fiala · 12 years ago
  21. 403edc5 Move process launching into GDBRemoteCommunicationServer. by Todd Fiala · 12 years ago
  22. 3dedae1 Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives. by Greg Clayton · 12 years ago
  23. 2b98c56 Fixed functions to always reply to packets and added a port offset. by Greg Clayton · 12 years ago
  24. 29b8fc4 Added new options to lldb-platform: by Greg Clayton · 12 years ago
  25. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  26. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  27. 73bf5db Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 14 years ago
  28. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  29. 9b1e1cd Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 14 years ago
  30. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  31. 1cb6496 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 15 years ago
  32. d314e81 Added new platform commands: by Greg Clayton · 15 years ago
  33. 576d883 Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 15 years ago