1. 7cb720d [JSON] Use LLVM's library for encoding JSON in GDBRemoteCommunicationServerPlatform by Jonas Devlieghere · 6 years ago
  2. ff5225b [Reproducer] Move GDB Remote Packet into Utility. (NFC) by Jonas Devlieghere · 6 years ago
  3. 3d4f765 Remove usage of usleep in generic code by Pavel Labath · 6 years ago
  4. 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
  5. d55609513 Make ConnectionFileDescription work with all sockets by Antonio Afonso · 6 years ago
  6. bd689b9 gdb-remote: reduce some inclusion of Target/Process.h by Saleem Abdulrasool · 6 years ago
  7. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  8. a89ce43 Resubmit "Don't include UnixSignals.h from Host." by Zachary Turner · 7 years ago
  9. 1c29801 Revert "Don't include UnixSignals.h from Host." by Davide Italiano · 7 years ago
  10. 63c300c Don't include UnixSignals.h from Host. by Zachary Turner · 7 years ago
  11. 7f815a9 Have Stream::PutCStringAsRawHex8 take llvm::StringRef by Pavel Labath · 7 years ago
  12. eef758e Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to Host by Pavel Labath · 7 years ago
  13. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  14. e55850b [lldb-server] Add unnamed pipe support to PipeWindows by Aaron Smith · 7 years ago
  15. b3f44ad Do not use PATH_MAX with SmallString by Stella Stamenova · 7 years ago
  16. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  17. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  18. 60f028f Replace HostInfo::GetLLDBPath with specific functions by Pavel Labath · 7 years ago
  19. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  20. 6b3c8bb Fix windows build after r329296 by Pavel Labath · 7 years ago
  21. 9af71b3 Move StringExtractorGDBRemote.h to the include folder by Pavel Labath · 8 years ago
  22. ae7dd12 Fix a use-after-free in lldb-server by Pavel Labath · 8 years ago
  23. f2a8bcc Move StructuredData from Core to Utility by Pavel Labath · 8 years ago
  24. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  25. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  26. fb1a0a0 Move many other files from Core -> Utility. by Zachary Turner · 9 years ago
  27. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  28. 3bc714b Fix various warnings. NFC by Zachary Turner · 9 years ago
  29. 5f7e583 UriParser cleanup by Pavel Labath · 9 years ago
  30. c5f28e2 Switch std::call_once to llvm::call_once by Kamil Rytarowski · 9 years ago
  31. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  32. 2d0c5b0 Replace chdir() usage with the llvm equivalent. by Pavel Labath · 9 years ago
  33. 1d5855b Replace getcwd with the llvm equivalent by Pavel Labath · 9 years ago
  34. 245f7fd Convert UriParser to use StringRef. by Zachary Turner · 9 years ago
  35. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  36. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  37. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  38. 54695a3 Convert GetNameColonValue to return StringRefs. by Zachary Turner · 9 years ago
  39. 70a5ef1 Fix some build bot breakages. by Zachary Turner · 9 years ago
  40. 26709df Convert some functions to use StringRef instead of c_str, len by Zachary Turner · 9 years ago
  41. 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
  42. f176353 Remove platform plugins from lldb-server by Pavel Labath · 9 years ago
  43. 873a2ab fix up lldb-server platform on Apple hosts by Todd Fiala · 9 years ago
  44. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  45. 998bdc5 Generalize child process monitoring functions by Pavel Labath · 9 years ago
  46. e551051 Pass socket scheme as part of debug server listen URL. by Oleksiy Vyalov · 10 years ago
  47. 372810f Fix MSVC build after rL255016 by Tamas Berghammer · 10 years ago
  48. ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 10 years ago
  49. 1485712 Make lldb-gdbserver to take explicit socket scheme as command line argument. by Oleksiy Vyalov · 10 years ago
  50. 9fe526c Add domain socket support to gdb-remote protocol and lldb-server. by Oleksiy Vyalov · 10 years ago
  51. 6988abc Allow LLDB.framework to locate debugserver even when it doesn't exist in the LLDB.framework. by Greg Clayton · 10 years ago
  52. 6e4f19d [LLGS] Spawned process handling cleanup by Pavel Labath · 10 years ago
  53. 8a67bf7 Add UNUSED_IF_ASSERT_DISABLED and apply it. by Bruce Mitchener · 10 years ago
  54. a026de0 Fix warnings. by Bruce Mitchener · 10 years ago
  55. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  56. 4744ec6 Windows: fix bug in getcwd() and add chdir(). by Ted Woodward · 10 years ago
  57. 8b33567 Get lldb-server building on android-9 by Vince Harron · 10 years ago
  58. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 11 years ago
  59. 946e39a Fix logging in GDBRemoteCommunicationServerPlatform. by Oleksiy Vyalov · 11 years ago
  60. c282ebd Fix qLaunchGDBServer packet parsing in GDBRemoteCommunicationServerPlatform. by Oleksiy Vyalov · 11 years ago
  61. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago