1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. b42b48e Remove the last manually constructed packet from gdb-remote register context + small refactor by Pavel Labath · 9 years ago
  3. 77f8935 Changes to lldb and debugserver to reduce extraneous memory reads by Jason Molenda · 10 years ago
  4. 545304d The lldb side changes to go along with r255711 where a new by Jason Molenda · 10 years ago
  5. edb35d9 Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. by Eugene Zelenko · 10 years ago
  6. 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
  7. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 10 years ago
  8. 30b8cd3 Remove virtual and add override to all virtual functions in Process/gdb-remote. by Tamas Berghammer · 11 years ago
  9. 705b180 Initial merge of some of the iOS 8 / Mac OS X Yosemite specific by Jason Molenda · 11 years ago
  10. 2dd5deb Missed this file with the r207160 commit. by Jason Molenda · 11 years ago
  11. aac16e0 Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (serial or concurrent). by Jason Molenda · 12 years ago
  12. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  13. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  14. 3dc4f44 Move the code which translates a dispatch_qaddr into a by Jason Molenda · 12 years ago
  15. 6e0ff1a Changed the formerly pure virtual function: by Greg Clayton · 12 years ago
  16. 160c9d8 <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 12 years ago
  17. 4f465cf Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 13 years ago
  18. 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
  19. 56d9a1b Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 14 years ago
  20. 5a6fa54 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 14 years ago
  21. e576ab2 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 15 years ago
  22. 7778703 Back up both the register AND the stop state when calling functions. by Jim Ingham · 15 years ago
  23. 3e06bd9 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 15 years ago
  24. 5ccbd29 Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 15 years ago
  25. 442d754 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 15 years ago
  26. 87c1191 Now that we are using the Unwinder (or Jason's new unwinder when that comes about) all the plugin-specific details of getting stack frames by Jim Ingham · 15 years ago
  27. f4b47e1 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
  28. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  29. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago