1. 0bce9a2 <rdar://problem/12649160> by Greg Clayton · 12 years ago
  2. c2a2e13 Add a workaround to problems with the clang debug info for by Jim Ingham · 12 years ago
  3. 23f2194 Found a couple more places where we need to run all threads when stepping. by Jim Ingham · 12 years ago
  4. 0c8fa2d Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unless you switch LLDB_FANCY_INLINED_STEPPING to true. With that by Jim Ingham · 12 years ago
  5. c3ba2af Relax the test for "is the frame I am going to step back out to the one I started from" in ThreadPlanStepOverRange so you don't by Jim Ingham · 12 years ago
  6. 038fa8e If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to by Jim Ingham · 12 years ago
  7. 88e3de2 Clean up the usage of "MasterPlan" status in ThreadPlans. Only user-initiated plans by Jim Ingham · 12 years ago
  8. 707b7a8 Fix reporting of stop reasons when the StepOver & StepIn plans stop because of a crash or breakpoint. Added the ability for a plan to say it is done but doesn't want to be the reason for the stop. by Jim Ingham · 12 years ago
  9. 2bcbaf6 Rework how master plans declare themselves. Also make "PlanIsBasePlan" not rely only on this being the bottom plan in the stack, but allow the plan to declare itself as such. by Jim Ingham · 12 years ago
  10. b2cf58a First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. by Jim Ingham · 12 years ago
  11. 441e3b9 Convert the thread plans over from using the stack count to do their logic to using StackID's. This by Jim Ingham · 12 years ago
  12. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 12 years ago
  13. ad382c5 Make the ThreadPlanStepThrough set a backstop breakpoint on the return address from by Jim Ingham · 13 years ago
  14. 76e55f7 Make the step range plans capable of supporting multiple ranges. Also make their constructors public, there isn't any good reason why you shouldn't be able to make these plans. by Jim Ingham · 13 years ago
  15. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  16. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  17. 1ebdcc7 Added support for stepping out of a frame. If you have 10 stack frames, and you by Greg Clayton · 14 years ago
  18. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  19. 4f385f1 Handle stepping through ObjC vtable trampoline code. by Jim Ingham · 14 years ago
  20. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  21. 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
  22. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago