1. 403edc5 Move process launching into GDBRemoteCommunicationServer. by Todd Fiala · 12 years ago
  2. a9ddb0e Added distribution info to ArchSpec and qHostInfo message. by Todd Fiala · 12 years ago
  3. 263fde0 Fix return type for Windows by Deepak Panickal · 12 years ago
  4. 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
  5. 3dedae1 Fixed the GDBRemoteCommuncation to return a new GDBRemoteCommuncation::PacketResult enum for all packet sends/receives. by Greg Clayton · 12 years ago
  6. 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
  7. 0fefa67 Extends StringExtractorGDBRemote to support debugger packets. by Jean-Daniel Dupas · 12 years ago
  8. 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
  9. 909bb7a Fix MSVC build by Colin Riley · 12 years ago
  10. 2b98c56 Fixed functions to always reply to packets and added a port offset. by Greg Clayton · 12 years ago
  11. 29b8fc4 Added new options to lldb-platform: by Greg Clayton · 12 years ago
  12. fbb7634 Expose SBPlatform through the public API. by Greg Clayton · 12 years ago
  13. faa63ce * Improve the wording (thanks to Ed Maste for the suggestion) * Add a TODO item by Sylvestre Ledru · 12 years ago
  14. d28b993 * mktemp is insecure as it always creates or uses insecure temporary file. by Sylvestre Ledru · 12 years ago
  15. b027bd2 Remove trailing spaces by Sylvestre Ledru · 12 years ago
  16. bb247fb Fix 'platform shell' command for Linux host and remote lldb-platform connections by Daniel Malea · 12 years ago
  17. 338803f warning cleanup (use LLDB_INVALID_HOST_THREAD instead of NULL) by Michael Sartain · 12 years ago
  18. ae12a36 Fix MinGW build after lldb-platform-work merge: by Virgile Bello · 12 years ago
  19. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  20. b2f1fb2 MingW compilation (windows). Includes various refactoring to improve portability. by Virgile Bello · 12 years ago
  21. 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
  22. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  23. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  24. 1c5431a Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined constant in latest commit by Enrico Granata · 13 years ago
  25. 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
  26. 37a0a24 No functionality changes, mostly cleanup. by Greg Clayton · 14 years ago
  27. ed24dcc Use integers instead of NULL. by Bill Wendling · 14 years ago
  28. 9845a8d <rdar://problem/10840355> by Greg Clayton · 14 years ago
  29. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  30. 144f3a9 Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 14 years ago
  31. f2bbf71 Python summary strings: by Enrico Granata · 14 years ago
  32. 73bf5db Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 14 years ago
  33. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  34. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  35. 9b1e1cd Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 15 years ago
  36. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  37. 1cb6496 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 15 years ago
  38. d314e81 Added new platform commands: by Greg Clayton · 15 years ago
  39. 576d883 Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 15 years ago