1. bb247fb Fix 'platform shell' command for Linux host and remote lldb-platform connections by Daniel Malea · 12 years ago
  2. 338803f warning cleanup (use LLDB_INVALID_HOST_THREAD instead of NULL) by Michael Sartain · 12 years ago
  3. ae12a36 Fix MinGW build after lldb-platform-work merge: by Virgile Bello · 12 years ago
  4. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  5. b2f1fb2 MingW compilation (windows). Includes various refactoring to improve portability. by Virgile Bello · 12 years ago
  6. 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
  7. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  8. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  9. 1c5431a Fixing a buildbot issue in GDBRemoteCommunicationServer due to an undefined constant in latest commit by Enrico Granata · 13 years ago
  10. 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
  11. 37a0a24 No functionality changes, mostly cleanup. by Greg Clayton · 14 years ago
  12. ed24dcc Use integers instead of NULL. by Bill Wendling · 14 years ago
  13. 9845a8d <rdar://problem/10840355> by Greg Clayton · 14 years ago
  14. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  15. 144f3a9 Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 14 years ago
  16. f2bbf71 Python summary strings: by Enrico Granata · 14 years ago
  17. 73bf5db Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 14 years ago
  18. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  19. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  20. 9b1e1cd Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 15 years ago
  21. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  22. 1cb6496 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 15 years ago
  23. d314e81 Added new platform commands: by Greg Clayton · 15 years ago
  24. 576d883 Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 15 years ago