1. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  2. 62e0681 Add -Wimplicit-fallthrough command line option to clang in by Jason Molenda · 10 years ago
  3. 6d73750 Improve the functionality of JSONNumber by Tamas Berghammer · 10 years ago
  4. abadc22 [LLGS] Don't forward I/O when process is stopped by Pavel Labath · 10 years ago
  5. c4645bb [lldb-server] Send PC of every thread along in the stop-reply packet by Pavel Labath · 10 years ago
  6. 3bf1125 lldb-server: add support for binary memory reads by Pavel Labath · 10 years ago
  7. 63bd0db Clean up register naming conventions inside lldb. by Jason Molenda · 10 years ago
  8. a18f707 A messy bit of cleanup: Move towards more descriptive names by Jason Molenda · 10 years ago
  9. cf8eb9d Fix LLGS to enable read type watchpoints http://reviews.llvm.org/D11902 by Omair Javaid · 10 years ago
  10. 6e4f19d [LLGS] Spawned process handling cleanup by Pavel Labath · 10 years ago
  11. 424b201 [LLGS] Avoid bogus error message on process termination by Pavel Labath · 10 years ago
  12. 05569f6 Add jstopinfo support to llgs by Pavel Labath · 10 years ago
  13. 19cbe96 [NativeProcessLinux] Integrate MainLoop by Pavel Labath · 10 years ago
  14. c7749c3 [LLGS] Get rid of the stdio forwarding thread by Pavel Labath · 10 years ago
  15. e4fc4ef [LLGS] Limit jThreadsInfo to only the most important registers for now by Pavel Labath · 10 years ago
  16. 4a4bb12 Add jThreadsInfo support to lldb-server by Pavel Labath · 10 years ago
  17. 5abe726 Revert "[NativeProcessLinux] Integrate MainLoop" by Pavel Labath · 10 years ago
  18. 827965c [NativeProcessLinux] Integrate MainLoop by Pavel Labath · 10 years ago
  19. 77dc956 Introduce a MainLoop class and switch llgs to use it by Pavel Labath · 10 years ago
  20. d5b310f Avoid going through Platform when creating a NativeProcessProtocol instance by Pavel Labath · 10 years ago
  21. c307c27 Revert r241672, which breaks the OS X build by introducing a dependency on by Sean Callanan · 10 years ago
  22. 235c840 Avoid going through Platform when creating a NativeProcessProtocol instance by Pavel Labath · 10 years ago
  23. 783bfc8 Fetch object file load address if it isn't specified by the linker by Tamas Berghammer · 10 years ago
  24. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  25. 9c9ecce Make log options uniform betwwen lldb-platform and lldb-gdbserver by Tamas Berghammer · 10 years ago
  26. d50ea2f Fix a few compile warnings by Ilia K · 10 years ago
  27. 3eb4b45 Remove trap code from disassembly. by Chaoren Lin · 11 years ago
  28. 43d7905 Fixed remote failures in TestCPP11EnumTypes, probably others by Vince Harron · 11 years ago
  29. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 11 years ago
  30. 7cb18bf Fetch module specification from remote process also by Tamas Berghammer · 11 years ago
  31. 00bdca6 Don't close pseudo terminal master file descriptor on EOF by Tamas Berghammer · 11 years ago
  32. 655b87f Remove unused handler registreation from GDBRemoteCommunicationServerLLGS by Tamas Berghammer · 11 years ago
  33. 90aff47 Fix errors building on linux. by Zachary Turner · 11 years ago
  34. 93749ab Further reduce the header footprint of Process.h by Zachary Turner · 11 years ago
  35. 8bc34f4 Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait until ThreadStateCoordinator is fully stopped before entering ~NativeProcessLinux. by Oleksiy Vyalov · 11 years ago
  36. caf3114 Send default register number instead of GDB register number in StopReplyPacket. by Chaoren Lin · 11 years ago
  37. e0c6ab5 Fix small assignment mistake. by Chaoren Lin · 11 years ago
  38. 4a8abd3 Fix TestProcessIO.py when run against a remote target by Vince Harron · 11 years ago
  39. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago