1. 4920a4e Fix another little nit with detach and keep stopped, you have to check by Jim Ingham · 10 years ago
  2. 2a66738 Correct length of packet that GDBRemoteCommunicationClient::Detach by Jason Molenda · 10 years ago
  3. 98d0a4b Refactor Unix signals. by Chaoren Lin · 10 years ago
  4. 20ee21b Add a another packet to the gdb-remote protocol, by Jason Molenda · 10 years ago
  5. a868c13 Fix typos by Bruce Mitchener · 10 years ago
  6. 2e59d4f More packet reduction when debugging with GDB server. by Greg Clayton · 10 years ago
  7. 682e842 XML register info fix by Ewan Crawford · 10 years ago
  8. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  9. 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
  10. 76df288 Add handling of async notify packets by Ewan Crawford · 10 years ago
  11. 7a30608 Revert "Reduced packet counts to the remote GDB server where possible." by Chaoren Lin · 10 years ago
  12. ffb2d44 Reduced packet counts to the remote GDB server where possible. by Greg Clayton · 10 years ago
  13. 91ffe0a Add a new wart, I mean feature, on to gdb-remote protocol: compression. by Jason Molenda · 10 years ago
  14. fab40d3 Add Read Thread to GDBRemoteCommunication by Ewan Crawford · 10 years ago
  15. 44145d7 Working directory FileSpec should use remote path syntax to display correctly. by Chaoren Lin · 10 years ago
  16. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  17. b30c50c Add a new "qEcho" packet with the following format: by Greg Clayton · 10 years ago
  18. d04f0ed Added XML to the host layer. by Greg Clayton · 10 years ago
  19. 755d58a Use target's SIGSTOP and SIGINT when making decision about continue after async packet. by Oleksiy Vyalov · 10 years ago
  20. 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
  21. 8fd94c9 [GDBRemoteCommunicationClient] Increase timeout for qfProcessInfo packet. by Siva Chandra · 10 years ago
  22. 78baa19 Remote Non-Stop Support by Ewan Crawford · 10 years ago
  23. f34f410 Set path syntax for remote executable FileSpec. by Chaoren Lin · 10 years ago
  24. ce36c4c Fix process launch from Windows host to Android target. by Chaoren Lin · 10 years ago
  25. df627e7 Fix GetModuleInfo() not checking for unsupported RSP response. by Aidan Dodds · 10 years ago
  26. ed9f612 Fix bug in gdb-remote xml parser which failed to parse xml split over multiple rsp packets. by Aidan Dodds · 10 years ago
  27. 253204e Fix warnings about construction ordering. by Greg Clayton · 10 years ago
  28. 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
  29. 7d9d941 Pass normalized target file paths via GDB-remote to a target and denormalize them on the target. by Oleksiy Vyalov · 10 years ago
  30. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
  31. 7cb18bf Fetch module specification from remote process also by Tamas Berghammer · 11 years ago
  32. ebc5609 Convert open options for POSIX open on target platform. by Robert Flack · 11 years ago
  33. 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
  34. 93749ab Further reduce the header footprint of Process.h by Zachary Turner · 11 years ago
  35. 686b1fe Fix FileSpec::GetPath to return null-terminated strings by Ilia K · 11 years ago
  36. 6801be3 Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform. by Oleksiy Vyalov · 11 years ago
  37. 912800c Create ScopedTimeout class for GDBRemoteCommunication by Tamas Berghammer · 11 years ago
  38. 0f86b74 Fix the communication in qPlatform_[mkdir,chmod] by Tamas Berghammer · 11 years ago
  39. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago
  40. e0be425 Add support for SBProcess::PutSTDIN to remote processes by Vince Harron · 11 years ago
  41. 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
  42. 0be9ebb Add missing switch cases to silence warnings. by Chaoren Lin · 11 years ago
  43. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  44. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  45. 616b827 Added a bit of logging around GDBRemoteCommunicationClient::SendGDBStoppointTypePacket. by Todd Fiala · 11 years ago
  46. 93a66fc Move ConnectionFileDescriptor to platform-specific Host directory. by Zachary Turner · 11 years ago
  47. 44272a4 Hex encode the triple values in case they contain special characters. by Greg Clayton · 11 years ago
  48. 3daa176 Properly decode architecture type in GDBRemoteCommunicationClient::GetCurrentProcessInfo. by Todd Fiala · 11 years ago
  49. 5c9d5bf Check for byte order correctness in GDBRemoteCommunicationClient::GetCurrentProcessInfo. by Todd Fiala · 11 years ago
  50. 0cc371c Set the process vendor in GDBRemoteCommunicationClient::GetCurrentProcessInfo. by Todd Fiala · 11 years ago
  51. c540dd0 Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly. by Todd Fiala · 11 years ago
  52. 97a14e6 Move some Host logic into HostInfo class. by Zachary Turner · 11 years ago
  53. f39ebbe Change the encoding of the Triple string exchanged across GDB-RSP by Matthew Gardiner · 11 years ago
  54. 36a216e Increase the gdb-remote packet timeout for the first packet we send by Jason Molenda · 11 years ago
  55. d8eaa17 Update lldb to track recent Triple arm64 enum removal and collapse into aarch64. by Todd Fiala · 11 years ago
  56. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  57. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  58. 2860695 lldb: remove adhoc implementation of array_sizeof by Saleem Abdulrasool · 11 years ago
  59. 106d028 Added an option to turn OFF the "detach on error" behavior that was added by Jim Ingham · 11 years ago
  60. f105f58 Fix a gdbremote bug in _M/_m stub support detection. by Todd Fiala · 11 years ago
  61. 3924d75 Remove unused variables by Saleem Abdulrasool · 11 years ago
  62. 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
  63. 7ab7f89 iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator apps and binaries. by Greg Clayton · 11 years ago
  64. 0a70a84 Fix Windows warnings. by Todd Fiala · 11 years ago
  65. e24614f lldb: gdb remote support always falls back to $qC when no $qProcessInfo. by Todd Fiala · 11 years ago
  66. 9f72b3a Modify debugserver to follow gdb remote $qC protocol definition. by Todd Fiala · 11 years ago
  67. bdc4f12 Add GetxPacketSupported to test if the 'x' packet is supported. by Jason Molenda · 11 years ago
  68. b8cd575 m_interrupt_sent wasn't being initialized, and wasn't being reset after an by Jim Ingham · 11 years ago
  69. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  70. a332978 lldb arm64 import. by Jason Molenda · 11 years ago
  71. 6c8824d Wait for the reply from the 'D' detach packet before tearing down the debugger. Avoids a race by Jim Ingham · 12 years ago
  72. 03904ac Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for binary data. by Steve Pucci · 12 years ago
  73. 91d2101 remove useless declaration by Sylvestre Ledru · 12 years ago
  74. b98a2bb Patch for fixing the handling of hardware breakpoints. by Deepak Panickal · 12 years ago
  75. 700e508 Improved the GDBRemoteCommunicationClient::TestPacketSpeed() function so it tests how long it takes to send a 4MB buffer from the REMOTE GDB server to LLDB. by Greg Clayton · 12 years ago
  76. 89c3749 Change DecodeProcessInfoResponse to set the ProcessInfo's architecture by Jason Molenda · 12 years ago
  77. 5ae54ae Support for debugging against a remote stock gdbserver. by Steve Pucci · 12 years ago
  78. a9ddb0e Added distribution info to ArchSpec and qHostInfo message. by Todd Fiala · 12 years ago
  79. 48f986f Workaround QEMU GDB server issue. by Ed Maste · 12 years ago
  80. a6195b7 Fix a bug introduced in asynchronous packet sends. We were not setting the packet result, and so by Jim Ingham · 12 years ago
  81. 3dedae1 Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives. by Greg Clayton · 12 years ago
  82. dbf0457 Allow the hostname to be specified when asking a platform to launch another debugserver in case you want to change it. by Greg Clayton · 12 years ago
  83. fb90931 Improved platform support. by Greg Clayton · 12 years ago
  84. 29b8fc4 Added new options to lldb-platform: by Greg Clayton · 12 years ago
  85. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  86. f74cf86 <rdar://problem/15172417> by Greg Clayton · 12 years ago
  87. 9ac6d2d <rdar://problem/15263540> by Greg Clayton · 12 years ago
  88. d66b50c Fixes to get LLDB building on Windows again. by Deepak Panickal · 12 years ago
  89. ef8180a <rdar://problem/14972424> by Greg Clayton · 12 years ago
  90. 8960058 <rdar://problem/14146606> by Greg Clayton · 12 years ago
  91. fd654c4 Value stored to 'pid' was never read. Found by scan-build http://buildd-clang.debian.net/scan-build/ by Sylvestre Ledru · 12 years ago
  92. b1de114 Fixed detection of 'p' packet support in debugserver, by Sean Callanan · 12 years ago
  93. 2490f5c Fix a bunch of compile time warnings and a build failure on ubuntu. by Eric Christopher · 12 years ago
  94. 9a78cdf Discover support of 'p' packet. by Hafiz Abid Qadeer · 12 years ago
  95. b89d049 Add missing "sys/stat.h" include - should help with FreeBSD buildbot by Daniel Malea · 12 years ago
  96. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  97. b2f1fb2 MingW compilation (windows). Includes various refactoring to improve portability. by Virgile Bello · 12 years ago
  98. 91ed6b8 <rdar://problem/14182286> by Han Ming Ong · 12 years ago
  99. a297a97 Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 12 years ago
  100. acff895 Recommitting r180831 with trivial fix - remember to return errors if you compute. by Jim Ingham · 12 years ago