1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 54695a3 Convert GetNameColonValue to return StringRefs. by Zachary Turner · 9 years ago
  3. 70a5ef1 Fix some build bot breakages. by Zachary Turner · 9 years ago
  4. 26709df Convert some functions to use StringRef instead of c_str, len by Zachary Turner · 9 years ago
  5. c6c420f Switch over to using socketpair for local debugserver connections as they are twice as fast as TCP sockets (on macOS at least). by Greg Clayton · 9 years ago
  6. f176353 Remove platform plugins from lldb-server by Pavel Labath · 9 years ago
  7. 873a2ab fix up lldb-server platform on Apple hosts by Todd Fiala · 9 years ago
  8. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  9. 998bdc5 Generalize child process monitoring functions by Pavel Labath · 9 years ago
  10. e551051 Pass socket scheme as part of debug server listen URL. by Oleksiy Vyalov · 10 years ago
  11. 372810f Fix MSVC build after rL255016 by Tamas Berghammer · 10 years ago
  12. ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 10 years ago
  13. 1485712 Make lldb-gdbserver to take explicit socket scheme as command line argument. by Oleksiy Vyalov · 10 years ago
  14. 9fe526c Add domain socket support to gdb-remote protocol and lldb-server. by Oleksiy Vyalov · 10 years ago
  15. 6988abc Allow LLDB.framework to locate debugserver even when it doesn't exist in the LLDB.framework. by Greg Clayton · 10 years ago
  16. 6e4f19d [LLGS] Spawned process handling cleanup by Pavel Labath · 10 years ago
  17. 8a67bf7 Add UNUSED_IF_ASSERT_DISABLED and apply it. by Bruce Mitchener · 10 years ago
  18. a026de0 Fix warnings. by Bruce Mitchener · 10 years ago
  19. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  20. 4744ec6 Windows: fix bug in getcwd() and add chdir(). by Ted Woodward · 10 years ago
  21. 8b33567 Get lldb-server building on android-9 by Vince Harron · 10 years ago
  22. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
  23. 946e39a Fix logging in GDBRemoteCommunicationServerPlatform. by Oleksiy Vyalov · 11 years ago
  24. c282ebd Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform. by Oleksiy Vyalov · 11 years ago
  25. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago