1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. b9739d4 Revert r280137 and 280139 and subsequent build fixes by Pavel Labath · 9 years ago
  3. 2d240d0 A few minor stylistic cleanups in StringExtractor. by Zachary Turner · 9 years ago
  4. d08f09c Convert some StringExtractor functions to accept MutableArrayRefs. by Zachary Turner · 9 years ago
  5. 5c95ee4 Revert "gdb-remote: Make the sequence mutex non-recursive" by Pavel Labath · 9 years ago
  6. e1c716c Fix fallout from the GetNameColonValue() refactor (r280000) by Pavel Labath · 9 years ago
  7. 54695a3 Convert GetNameColonValue to return StringRefs. by Zachary Turner · 9 years ago
  8. 0faf373 gdb-remote: Make the sequence mutex non-recursive by Pavel Labath · 9 years ago
  9. 849cc1a Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins by Pavel Labath · 9 years ago
  10. b42b48e Remove the last manually constructed packet from gdb-remote register context + small refactor by Pavel Labath · 9 years ago
  11. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  12. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  13. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  14. 83082a0 gdb-remote: Remove manual locking from GetShlibInfoAddr by Pavel Labath · 9 years ago
  15. 27402d2 Move QSyncThreadState packet generation to the gdb-remote client by Pavel Labath · 9 years ago
  16. 4b6f959 gdb-remote: Centralize thread specific packet handling by Pavel Labath · 9 years ago
  17. 56d7262 Move packet construction from GDBRemoteRegisterContext go the communication class by Pavel Labath · 9 years ago
  18. 4dbab21 Remove a double send of eRunPacketSent event by Pavel Labath · 9 years ago
  19. 8c1b6bd Reapply "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  20. 4cb6992 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse" by Pavel Labath · 9 years ago
  21. e768c4b Rewrite gdb-remote's SendContinuePacketAndWaitForResponse by Pavel Labath · 9 years ago
  22. 2d6a9ec Clean up vestigial remnants of locking primitives by Saleem Abdulrasool · 9 years ago
  23. d7d69f8 Support loading files even when incorrect file name specified by the linker by Tamas Berghammer · 9 years ago
  24. 3739735 Add support to get the shared cache information from the new by Jason Molenda · 9 years ago
  25. 75500e7 Typo corrections identified by codespell by Ed Maste · 9 years ago
  26. ad00756 Implement GetMemoryRegions() for Linux and Mac OSX core files. by Howard Hellyer · 9 years ago
  27. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  28. bdea8dd Reset continue_after_async only if neither SIGINIT nor SIGSTOP received. by Oleksiy Vyalov · 9 years ago
  29. 7d00276 In GDBRemoteCommunicationClient::GetHostInfo, don't set the by Jason Molenda · 9 years ago
  30. 830c81d Fixed an issue that could cause debugserver to return two stop reply packets ($T packets) for one \x03 interrupt. The problem was that when a \x03 byte is sent to debugserver while the process is running, and up calling: by Greg Clayton · 9 years ago
  31. 583bbb1 Change over the broadcaster/listener process to hold shared or weak pointers by Jim Ingham · 10 years ago
  32. 62e0681 Add -Wimplicit-fallthrough command line option to clang in by Jason Molenda · 10 years ago
  33. 17499dd A while back in revison 244716 we added support for getting the host OS version info from debugserver. We added keys to "qHostInfo" that were "osmajor", "osminor" and "ospatch", but no one ever parsed those, so I am removing them from debugserver. We accidentally also added a "version" key to qHostInfo instead of "os_version". So now we need to support both "version" and "os_version" in qHostInfo since we have debugserver binaries out in the wild that support this old packet type. I have updated debugserver ot use the correct "os_version" for future compatability or correctness. by Greg Clayton · 10 years ago
  34. 50018d3 Add a small refinement to the qSymbol:: support in lldb. by Jason Molenda · 10 years ago
  35. 6f45529 Make sure we don't send qModuleInfo packets unnecessarily. by Stephane Sezer · 10 years ago
  36. ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 10 years ago
  37. 974ff61 Avoid sending bare '*' and '}' in an lldb-server packet by Tim Northover · 10 years ago
  38. 60bdafb GDBRemoteCommunicationClient::SendEnvironmentPacket should use the hex-encoded by Jason Molenda · 10 years ago
  39. 9e131f7 Fix race condition in process resume by Pavel Labath · 10 years ago
  40. 9fe526c Add domain socket support to gdb-remote protocol and lldb-server. by Oleksiy Vyalov · 10 years ago
  41. f415791 In r240466, when Greg added the jThreadsInfo packet, he accidentally by Jason Molenda · 10 years ago
  42. 630dd7f [LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfo by Jaydeep Patil · 10 years ago
  43. 554a857 Fix LLDB RSP client to decode '$O' packets incorrectly by Dawn Perchik · 10 years ago
  44. 11bb848 Revert "[LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfo" by Pavel Labath · 10 years ago
  45. 003615b [LLDB][MIPS] Debug bare-iron targets lacking support for qC /qfThreadInfo by Jaydeep Patil · 10 years ago
  46. da9765b In SendContinuePacketAndWaitForResponse there is a special bit of by Jason Molenda · 10 years ago
  47. 1142f83 [LLDB][MIPS] Use qfThreadID if qC packet is not supported by target by Jaydeep Patil · 10 years ago
  48. 725666c [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpoint by Jaydeep Patil · 10 years ago
  49. 42b0148 Fix a infinite loop when killing a process that is in the middle of loading shared libraries. by Greg Clayton · 10 years ago
  50. e171da5 Fix typos. by Bruce Mitchener · 10 years ago
  51. 4920a4e Fix another little nit with detach and keep stopped, you have to check by Jim Ingham · 10 years ago
  52. 2a66738 Correct length of packet that GDBRemoteCommunicationClient::Detach by Jason Molenda · 10 years ago
  53. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  54. 20ee21b Add a another packet to the gdb-remote protocol, by Jason Molenda · 10 years ago
  55. a868c13 Fix typos by Bruce Mitchener · 10 years ago
  56. 2e59d4f More packet reduction when debugging with GDB server. by Greg Clayton · 10 years ago
  57. 682e842 XML register info fix by Ewan Crawford · 10 years ago
  58. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  59. 0b90be1 Implement the "qSymbol" packet in order to be able to read queue information in debugserver and return the info in the stop reply packets. by Greg Clayton · 10 years ago
  60. 76df288 Add handling of async notify packets by Ewan Crawford · 10 years ago
  61. 7a30608 Revert "Reduced packet counts to the remote GDB server where possible." by Chaoren Lin · 10 years ago
  62. ffb2d44 Reduced packet counts to the remote GDB server where possible. by Greg Clayton · 10 years ago
  63. 91ffe0a Add a new wart, I mean feature, on to gdb-remote protocol: compression. by Jason Molenda · 10 years ago
  64. fab40d3 Add Read Thread to GDBRemoteCommunication by Ewan Crawford · 10 years ago
  65. 44145d7 Working directory FileSpec should use remote path syntax to display correctly. by Chaoren Lin · 10 years ago
  66. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  67. b30c50c Add a new "qEcho" packet with the following format: by Greg Clayton · 10 years ago
  68. d04f0ed Added XML to the host layer. by Greg Clayton · 10 years ago
  69. 755d58a Use target's SIGSTOP and SIGINT when making decision about continue after async packet. by Oleksiy Vyalov · 10 years ago
  70. e034a04 Added a new command in ProcessGDBRemote that can figure out the performance characterisitics of your GDB remote server. by Greg Clayton · 10 years ago
  71. 8fd94c9 [GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet. by Siva Chandra · 10 years ago
  72. 78baa19 Remote Non-Stop Support by Ewan Crawford · 10 years ago
  73. f34f410 Set path syntax for remote executable FileSpec. by Chaoren Lin · 10 years ago
  74. ce36c4c Fix process launch from Windows host to Android target. by Chaoren Lin · 10 years ago
  75. df627e7 Fix GetModuleInfo() not checking for unsupported RSP response. by Aidan Dodds · 10 years ago
  76. ed9f612 Fix bug in gdb-remote xml parser which failed to parse xml split over multiple rsp packets. by Aidan Dodds · 10 years ago
  77. 253204e Fix warnings about construction ordering. by Greg Clayton · 10 years ago
  78. c3c95b2 Adds lldb support for querying the register mapping from gdbserver remote targets using qXfer:features:read packet. Only enabled if libxml2 enabled in build. by Colin Riley · 10 years ago
  79. 7d9d941 Pass normalized target file paths via GDB-remote to a target and denormalize them on the target. by Oleksiy Vyalov · 10 years ago
  80. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
  81. 7cb18bf Fetch module specification from remote process also by Tamas Berghammer · 11 years ago
  82. ebc5609 Convert open options for POSIX open on target platform. by Robert Flack · 11 years ago
  83. 63acdfd Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. by Oleksiy Vyalov · 11 years ago
  84. 93749ab Further reduce the header footprint of Process.h by Zachary Turner · 11 years ago
  85. 686b1fe Fix FileSpec::GetPath to return null-terminated strings by Ilia K · 11 years ago
  86. 6801be3 Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform. by Oleksiy Vyalov · 11 years ago
  87. 912800c Create ScopedTimeout class for GDBRemoteCommunication by Tamas Berghammer · 11 years ago
  88. 0f86b74 Fix the communication in qPlatform_[mkdir,chmod] by Tamas Berghammer · 11 years ago
  89. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago
  90. e0be425 Add support for SBProcess::PutSTDIN to remote processes by Vince Harron · 11 years ago
  91. 1ef7b2c Extend SBPlatform with capability to launch/terminate a process remotely. Integrate this change into test framework in order to spawn processes on a remote target. by Oleksiy Vyalov · 11 years ago
  92. 0be9ebb Add missing switch cases to silence warnings. by Chaoren Lin · 11 years ago
  93. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  94. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  95. 616b827 Added a bit of logging around GDBRemoteCommunicationClient::SendGDBStoppointTypePacket. by Todd Fiala · 11 years ago
  96. 93a66fc Move ConnectionFileDescriptor to platform-specific Host directory. by Zachary Turner · 11 years ago
  97. 44272a4 Hex encode the triple values in case they contain special characters. by Greg Clayton · 11 years ago
  98. 3daa176 Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrentProcessInfo. by Todd Fiala · 11 years ago
  99. 5c9d5bf Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo. by Todd Fiala · 11 years ago
  100. 0cc371c Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo. by Todd Fiala · 11 years ago