1. b30c50c Add a new "qEcho" packet with the following format: by Greg Clayton · 10 years ago
  2. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 11 years ago
  3. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago
  4. 8379068 Make lldb-platform to clear m_process_launch_info when hanlding qProcessInfo request - otherwise subsequent process launches will reuse data from previous launch. by Oleksiy Vyalov · 11 years ago
  5. e0be425 Add support for SBProcess::PutSTDIN to remote processes by Vince Harron · 11 years ago
  6. 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
  7. 6a196ce Fix TestThreadStepOut on Linux with LLGS by Chaoren Lin · 11 years ago
  8. 0be9ebb Add missing switch cases to silence warnings. by Chaoren Lin · 11 years ago
  9. 18fe640 Implement setting and clearing watchpoints. by Chaoren Lin · 11 years ago
  10. 2fe1d0a Moving header files from source/Host/common to proper location. by Chaoren Lin · 11 years ago
  11. 28e5742 Share crash information between LLGS and local POSIX debugging with by Chaoren Lin · 11 years ago
  12. 6626b5c Added support for writing registers larger than 64 bits by Chaoren Lin · 11 years ago
  13. 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
  14. d40ef99 Fixing TestRegisters on Linux with LLGS by Vince Harron · 11 years ago
  15. 1b5a74e This patch gets remote-linux platform able to run processes by Vince Harron · 11 years ago
  16. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  17. 859e4b5 Add D request handler to GDBRemoteCommunicationServer in order to support detach from inferior. by Oleksiy Vyalov · 11 years ago
  18. 53c038a Add Linux support for HostInfo::GetOSBuildString and HostInfo::GetOSKernelDescription. by Oleksiy Vyalov · 11 years ago
  19. 75f47c3 llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions. by Todd Fiala · 11 years ago
  20. 93a66fc Move ConnectionFileDescriptor to platform-specific Host directory. by Zachary Turner · 11 years ago
  21. 615eb7e Test suite runs better again after recent fixes that would select a platform if a "file a.out" auto selected a different platform than the selected one. by Greg Clayton · 11 years ago
  22. 87bac59 llgs: removed some wait-for-stop code in inferior process launch pipeline. by Todd Fiala · 11 years ago
  23. 44272a4 Hex encode the triple values in case they contain special characters. by Greg Clayton · 11 years ago
  24. 7206c6d llgs: fix thread names broken by recent native thread changes. by Todd Fiala · 11 years ago
  25. 511e5cd llgs: fix Ctrl-C inferior interrupt handling to do the right thing. by Todd Fiala · 11 years ago
  26. 1109ed4 llgs: implement qThreadStopInfo. by Todd Fiala · 11 years ago
  27. a787422 remove a couple of default cases from switches by Saleem Abdulrasool · 11 years ago
  28. a9882ce llgs: add proper exec support for Linux. by Todd Fiala · 11 years ago
  29. c540dd0 Fix llgs to send triple for non-Apple platforms and lldb to interpret correctly. by Todd Fiala · 11 years ago
  30. b245eca Move GetUsername and GetGroupname to HostInfoPosix by Zachary Turner · 11 years ago
  31. 13b1826 Move Host::GetArchitecture to HostInfo::GetArchitecture. by Zachary Turner · 11 years ago
  32. 97a14e6 Move some Host logic into HostInfo class. by Zachary Turner · 11 years ago
  33. c00cf4a Move FileSystem functions out of Host and into their own classes. by Zachary Turner · 11 years ago
  34. 696b528 Refactor FileAction out of ProcessLaunchInfo. by Zachary Turner · 11 years ago
  35. f39ebbe Change the encoding of the Triple string exchanged across GDB-RSP by Matthew Gardiner · 11 years ago
  36. 7306cf3 Add $vAttach support to llgs. by Todd Fiala · 11 years ago
  37. d8eaa17 Update lldb to track recent Triple arm64 enum removal and collapse into aarch64. by Todd Fiala · 11 years ago
  38. 015d818 Enable lldb-platform exe support for Linux. by Todd Fiala · 11 years ago
  39. 24189d4 Modified gdb-remote tests to run with automatically-chosen ports. by Todd Fiala · 11 years ago
  40. 013434e __arm64__ and __aarch64__ #ifdef adjustments by Todd Fiala · 11 years ago
  41. d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
  42. 0ec7baa Fix Windows build after llgs upstream. by Zachary Turner · 11 years ago
  43. 2850b1b Fixup Windows build breaks for the llgs upstream. by Todd Fiala · 11 years ago
  44. af245d1 Add lldb-gdbserver support for Linux x86_64. by Todd Fiala · 11 years ago
  45. 106d028 Added an option to turn OFF the "detach on error" behavior that was added by Jim Ingham · 11 years ago
  46. a332978 lldb arm64 import. by Jason Molenda · 12 years ago
  47. d494b29 Quiet Clang warning about signed/unsigned comparison by Ed Maste · 12 years ago
  48. a68f7b6 cleanup unreferenced functions by Saleem Abdulrasool · 12 years ago
  49. 1681092 Remove an assertion that was being hit due to slow DNS name lookups on MacOSX for "localhost". by Greg Clayton · 12 years ago
  50. b8b49ec Modified GDBProcessCommunicationServer to launch via the platform. by Todd Fiala · 12 years ago
  51. 9f37737 convert gdb-remote 'A' launch to use LaunchProcess () by Todd Fiala · 12 years ago
  52. 3e92a2b Added reaper for commandline-launched processes. by Todd Fiala · 12 years ago
  53. 403edc5 Move process launching into GDBRemoteCommunicationServer. by Todd Fiala · 12 years ago
  54. a9ddb0e Added distribution info to ArchSpec and qHostInfo message. by Todd Fiala · 12 years ago
  55. 263fde0 Fix return type for Windows by Deepak Panickal · 12 years ago
  56. 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
  57. 3dedae1 Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives. by Greg Clayton · 12 years ago
  58. 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
  59. 0fefa67 Extends StringExtractorGDBRemote to support debugger packets. by Jean-Daniel Dupas · 12 years ago
  60. 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
  61. 909bb7a Fix MSVC build by Colin Riley · 12 years ago
  62. 2b98c56 Fixed functions to always reply to packets and added a port offset. by Greg Clayton · 12 years ago
  63. 29b8fc4 Added new options to lldb-platform: by Greg Clayton · 12 years ago
  64. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  65. faa63ce * Improve the wording (thanks to Ed Maste for the suggestion) * Add a TODO item by Sylvestre Ledru · 12 years ago
  66. d28b993 * mktemp is insecure as it always creates or uses insecure temporary file. by Sylvestre Ledru · 12 years ago
  67. b027bd2 Remove trailing spaces by Sylvestre Ledru · 12 years ago
  68. bb247fb Fix 'platform shell' command for Linux host and remote lldb-platform connections by Daniel Malea · 12 years ago
  69. 338803f warning cleanup (use LLDB_INVALID_HOST_THREAD instead of NULL) by Michael Sartain · 12 years ago
  70. ae12a36 Fix MinGW build after lldb-platform-work merge: by Virgile Bello · 12 years ago
  71. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  72. b2f1fb2 MingW compilation (windows). Includes various refactoring to improve portability. by Virgile Bello · 12 years ago
  73. 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
  74. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  75. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  76. 1c5431a Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined constant in latest commit by Enrico Granata · 13 years ago
  77. f04a219 <rdar://problem/11782789> Changes to the watchpoint implementation on ARM so that we single-step before stopping at the WP. This is necessary because on ARM the WP triggers before the opcode is actually executed, so we would be unable to continue since we would keep hitting the WP. We work around this by disabling the WP, single stepping and then putting the WP back in place. by Enrico Granata · 13 years ago
  78. 37a0a24 No functionality changes, mostly cleanup. by Greg Clayton · 14 years ago
  79. ed24dcc Use integers instead of NULL. by Bill Wendling · 14 years ago
  80. 9845a8d <rdar://problem/10840355> by Greg Clayton · 14 years ago
  81. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  82. 144f3a9 Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 14 years ago
  83. f2bbf71 Python summary strings: by Enrico Granata · 14 years ago
  84. 73bf5db Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 14 years ago
  85. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  86. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  87. 9b1e1cd Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 15 years ago
  88. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  89. 1cb6496 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 15 years ago
  90. d314e81 Added new platform commands: by Greg Clayton · 15 years ago
  91. 576d883 Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 15 years ago