1. 6e0ff1a Changed the formerly pure virtual function: by Greg Clayton · 12 years ago
  2. 160c9d8 <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 13 years ago
  3. 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
  4. 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
  5. 56d9a1b Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 14 years ago
  6. 5a6fa54 Move SaveFrameZeroState and RestoreSaveFrameZero implementations to Thread base class by Peter Collingbourne · 14 years ago
  7. e576ab2 All UnwindPlan objects are now passed around as shared pointers. by Greg Clayton · 15 years ago
  8. 7778703 Back up both the register AND the stop state when calling functions. by Jim Ingham · 15 years ago
  9. 3e06bd9 Put more smarts into the RegisterContext base class. Now the base class has by Greg Clayton · 15 years ago
  10. 5ccbd29 Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 15 years ago
  11. 442d754 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 15 years ago
  12. 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
  13. f4b47e1 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 15 years ago
  14. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  15. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago