1. 9347d44 Don't have ExecutionContextRef::SetTargetPtr fill in the frame by Jason Molenda · 13 years ago
  2. a894fe7 Added a new Host class: ReadWriteLock by Greg Clayton · 13 years ago
  3. 3feafab <rdar://problem/11184458> by Greg Clayton · 13 years ago
  4. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 13 years ago
  5. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 13 years ago
  6. b4d7fc0 This checking is part one of trying to add some threading safety to our by Greg Clayton · 13 years ago
  7. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
  8. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  9. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 14 years ago
  10. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 14 years ago
  11. 08d7d3a Fixed issues with RegisterContext classes and the subclasses. There was by Greg Clayton · 15 years ago
  12. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
  13. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
  14. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago