1. cb349ee When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 14 years ago
  2. 61e7a58 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 14 years ago
  3. 46fb558 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 14 years ago
  4. 144f3a9 Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 14 years ago
  5. e889ad6 <rdar://problem/10357230> by Greg Clayton · 14 years ago
  6. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  7. e1dadb8 Set the OS in the triple correctly in response to the qHostInfo packet. by Greg Clayton · 14 years ago
  8. 3418c85 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 14 years ago
  9. 644247c Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
  10. ba23ca0 Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 14 years ago
  11. 73bf5db Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 14 years ago
  12. adc00cb Centralize the code that gathers the thread ID list from the remote GDB by Greg Clayton · 14 years ago
  13. 5fe15d2 Fixed an issue in GDBRemoteCommunicationClient where we weren't listening to by Greg Clayton · 14 years ago
  14. af247d7 Fixed a crasher that was happened when a log shared pointer wasn't valid. by Greg Clayton · 14 years ago
  15. 17a0cb6 Properly handle when commands are not unsupported in the GDB remote clients. by Greg Clayton · 14 years ago
  16. 70b5765 Added the ability to get the return value from a ThreadPlanCallFunction by Greg Clayton · 14 years ago
  17. 2a48f52 Expand the ABI prepare trivial function call to allow 6 simple args. by Greg Clayton · 14 years ago
  18. c4103b3 Fixed not being able to launch the i386 slice of a universal binary by adding by Greg Clayton · 14 years ago
  19. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  20. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  21. f6e2590 Removed use of NSEC_PER_SEC. by Stephen Wilson · 15 years ago
  22. 9b1e1cd Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 15 years ago
  23. 95bf0fd Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 15 years ago
  24. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  25. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  26. 1cb6496 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 15 years ago
  27. d314e81 Added new platform commands: by Greg Clayton · 15 years ago
  28. 576d883 Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 15 years ago