1. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  2. 5a84123 gdb-remote: Fix checksum verification for messages with escape chars by Pavel Labath · 7 years ago
  3. 7da8475 Handle O reply packets during qRcmd by Pavel Labath · 8 years ago
  4. 62930e5 Add Utility/Environment class for handling... environments by Pavel Labath · 8 years ago
  5. 606908a Remove no-op function pointer null checks, NFC by Vedant Kumar · 8 years ago
  6. 1ebc85f llgs-tests: Replace the "log+return false" pattern with llvm::Error by Pavel Labath · 8 years ago
  7. fba547d Commiting Christopher Brook's patch for by Jason Molenda · 8 years ago
  8. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  9. 8457709 Don't ever reduce the timeout of a packet, only increase it. by Greg Clayton · 8 years ago
  10. 5713a05 Move FileSpec from Host -> Utility. by Zachary Turner · 9 years ago
  11. ed96be9 Delete LLDB's code for getting / setting thread name. by Zachary Turner · 9 years ago
  12. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  13. 8cfa056 Ensure lldb-server waits for child debug servers to start up when passing them a port number to listen on. by Howard Hellyer · 9 years ago
  14. d02b1c8 Add a format_provider for the Timeout class by Pavel Labath · 9 years ago
  15. e8a7b98 Remove the verbose category in the gdb-remote channel by Pavel Labath · 9 years ago
  16. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  17. 73039d2 Prefer lzfse if it is an available compression method (this was by Jason Molenda · 9 years ago
  18. c4063ee Introduce chrono to the Communication class by Pavel Labath · 9 years ago
  19. 1eff73c Introduce chrono to more gdb-remote functions by Pavel Labath · 9 years ago
  20. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  21. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  22. 3aa0491 Remove usages of TimeValue from gdb-remote process plugin by Pavel Labath · 9 years ago
  23. 9a4e301 Fix an inefficient StringRef conversion. by Zachary Turner · 9 years ago
  24. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  25. 1355f47 Fixed the build by changing a couple of const char *s to StringRefs. by Sean Callanan · 9 years ago
  26. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  27. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  28. 26709df Convert some functions to use StringRef instead of c_str, len by Zachary Turner · 9 years ago
  29. b3d1290 Fixup r278524 for non-apple targets by Pavel Labath · 9 years ago
  30. 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
  31. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  32. 8c1b6bd Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  33. 1eb0d42 Remove Android.h by Pavel Labath · 9 years ago
  34. 4cb6992 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  35. e768c4b Rewrite gdb-remote's SendContinuePacketAndWaitForResponse by Pavel Labath · 9 years ago
  36. 2d6a9ec Clean up vestigial remnants of locking primitives by Saleem Abdulrasool · 9 years ago
  37. 7aa4d97 Implement ProcessInfo::Dump(), log gdb-remote stub launch by Todd Fiala · 9 years ago
  38. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  39. 62e0681 Add -Wimplicit-fallthrough command line option to clang in by Jason Molenda · 10 years ago
  40. ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 10 years ago
  41. 9fe526c Add domain socket support to gdb-remote protocol and lldb-server. by Oleksiy Vyalov · 10 years ago
  42. 6988abc Allow LLDB.framework to locate debugserver even when it doesn't exist in the LLDB.framework. by Greg Clayton · 10 years ago
  43. 0409754 A small fixup needed for debugserver to work natively by Jason Molenda · 10 years ago
  44. 0ace3f5 A change I'm open to reverting if there is disagreement: by Jason Molenda · 10 years ago
  45. a21fdb0 GDBRemoteCommunication::DecompressPacket assumed that the buffer it was by Jason Molenda · 10 years ago
  46. 46951b5 Use only unnamed pipes to launch lldb-server gdbserver. by Chaoren Lin · 10 years ago
  47. fea7765 Add comment explaning sanity check on packet size in the packet decompression method. by Jason Molenda · 10 years ago
  48. 21c34ac Fix off-by-one error in the packet decompression routine by Jason Molenda · 10 years ago
  49. 91ffe0a Add a new wart, I mean feature, on to gdb-remote protocol: compression. by Jason Molenda · 10 years ago
  50. fab40d3 Add Read Thread to GDBRemoteCommunication by Ewan Crawford · 10 years ago
  51. b30c50c Add a new "qEcho" packet with the following format: by Greg Clayton · 10 years ago
  52. 9aa2da00 Change ProcessGDBRemote last stop packet to a container. by Ewan Crawford · 10 years ago
  53. 78baa19 Remote Non-Stop Support by Ewan Crawford · 10 years ago
  54. d7e6a4f Fixed a ton of gcc compile warnings by Vince Harron · 10 years ago
  55. 8b33567 Get lldb-server building on android-9 by Vince Harron · 10 years ago
  56. 9753dd9 Add support for ./dotest.py --channel and --log-success by Vince Harron · 10 years ago
  57. 368c9f6 Add an unnamed pipe fail-safe to launching lldb-gdbserver. by Chaoren Lin · 10 years ago
  58. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
  59. 912800c Create ScopedTimeout class for GDBRemoteCommunication by Tamas Berghammer · 11 years ago
  60. c2c3d71 Merge lldb-platform and lldb-gdbserver into a single binary by Tamas Berghammer · 11 years ago
  61. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago
  62. 4536c45 Fix warning about the use of mktemp and make platform agnostic by adding and using PipeBase::CreateWithUniqueName - on behalf of flackr. by Oleksiy Vyalov · 11 years ago
  63. f8ce61c Launch lldb-gdbserver in same process group when launched remotely using lldb-platform - commit on behalf of flackr. by Oleksiy Vyalov · 11 years ago
  64. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  65. 4771829 Extend PipePosix with support for named pipes/timeout-based IO and integrate it with GDBRemoteCommunication / lldb-gdbserver - include reviews fixes. by Oleksiy Vyalov · 11 years ago
  66. d5f8b6a Extend PipePosix with support for named pipes/timeout-based IO and integrate it with GDBRemoteCommunication / lldb-gdbserver. by Oleksiy Vyalov · 11 years ago
  67. 9b69327 Revert "Use timeout when reading debugserver's port from a named pipe." by Zachary Turner · 11 years ago
  68. e8fb693 Use timeout when reading debugserver's port from a named pipe. by Oleksiy Vyalov · 11 years ago
  69. 629680e for Oleksiy Vyalov - Redirect stdin, stdout and stderr to /dev/null when launching LLGS process. Differential Revision: http://reviews.llvm.org/D6105 by Shawn Best · 11 years ago
  70. 118593a The change previously committed as 220983 broke large binary memory reads. I kept the "idx - 1" fix from 220983, but reverted the while loop that was incorrectly added. by Greg Clayton · 11 years ago
  71. 396f80a commit on behalf of Oleksiy Vyalov Fix junk content handling within GDBRemoteCOmmunication::CheckForPacket 1. Avoid removing of an extra symbol from m_bytes. 2. iterate over m_bytes until useful content is found. Differential Revision: http://reviews.llvm.org/D6042 by Shawn Best · 11 years ago
  72. 93a66fc Move ConnectionFileDescriptor to platform-specific Host directory. by Zachary Turner · 11 years ago
  73. acee96a Fix up the HostThread interface, making the interface simpler. by Zachary Turner · 11 years ago
  74. 7e24432 Add better logging for the "$vFile:pwrite:" packet so we can show binary data instead of nothing or unprintable characters. This can easily be extended for other packets that have binary data. by Greg Clayton · 11 years ago
  75. 39de311 Create a HostThread abstraction. by Zachary Turner · 11 years ago
  76. 34ba426 Add arbitrary command line flags to llgs/debugserver startup for local debugging. by Todd Fiala · 11 years ago
  77. c25146b Fixes a few more places where we were manually setting the filename. by Zachary Turner · 11 years ago
  78. 6fd8677 Two small fixes to get Mac native + debugserver working after the by Jason Molenda · 11 years ago
  79. 42ff0ad Move Host::GetLLDBPath to HostInfo. by Zachary Turner · 11 years ago
  80. c00cf4a Move FileSystem functions out of Host and into their own classes. by Zachary Turner · 11 years ago
  81. 9868892 Creates a socket host object. by Zachary Turner · 11 years ago
  82. 015d818 Enable lldb-platform exe support for Linux. by Todd Fiala · 11 years ago
  83. 06f09b5 Fixed the "log enable gdb-remote packets" to support dumping the binary memory read packet ('x') by printing out the binary data correctly using only printable characters and removing the 0x7d escapes so the memory is readable in the packet output. by Greg Clayton · 11 years ago
  84. f0066ad Fixed CTRL+C related issues: by Greg Clayton · 11 years ago
  85. 6eff101 Replace some _MSC_VER with _WIN32. by Hafiz Abid Qadeer · 12 years ago
  86. 3121fde Be sure to propagate the error back out SBTarget::Attach() when we fail to launch debugserver as root. by Greg Clayton · 12 years ago
  87. 1681092 Remove an assertion that was being hit due to slow DNS name lookups on MacOSX for "localhost". by Greg Clayton · 12 years ago
  88. 3c5d333 Fix handling of gdbserver binary packets with escape characters. by Steve Pucci · 12 years ago
  89. 3c6774a hostname is guarantee to never be null in this branch. by Jean-Daniel Dupas · 12 years ago
  90. 6e20554 Initialize the named_pipe_path in GDBRemoteCommunication::StartDebugserverProcess by Jason Molenda · 12 years ago
  91. ffa674e Terminate an unused char* buffer correctly so we don't try to open by Jason Molenda · 12 years ago
  92. b36da43 Fixed the Visual Studio Windows build by Deepak Panickal · 12 years ago
  93. 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
  94. 3a7c3d1 <rdar://problem/15639995> by Han Ming Ong · 12 years ago
  95. 3dedae1 Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives. by Greg Clayton · 12 years ago
  96. d629980 Replace all in_port_t with uint16_t to avoid compilation issues on different systems. by Greg Clayton · 12 years ago
  97. 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
  98. 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
  99. 4598907 Fixed format strings as they still must specicy a '%' prior to using PRI*64 macros. by Greg Clayton · 12 years ago
  100. d66b50c Fixes to get LLDB building on Windows again. by Deepak Panickal · 12 years ago