1. 0bce9a2 <rdar://problem/12649160> by Greg Clayton · 12 years ago
  2. 23f2194 Found a couple more places where we need to run all threads when stepping. by Jim Ingham · 12 years ago
  3. 45bc4a2 Ensure that the ShouldStopHere plans get called even when doing "virtual" steps. 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. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  6. 002b3cf Make the setting for "target.process.thread.step-avoid-regexp" work for inlined functions, not just concrete top level functions. by Greg Clayton · 12 years ago
  7. 038fa8e If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to 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. b2cf58a First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. by Jim Ingham · 12 years ago
  10. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 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. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 12 years ago
  14. ad382c5 Make the ThreadPlanStepThrough set a backstop breakpoint on the return address from by Jim Ingham · 13 years ago
  15. 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
  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. 926060e Add the ability to disable individual log categories, rather by Caroline Tice · 14 years ago
  21. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  22. 0e81b64 Step past prologues when we step into functions. by Jim Ingham · 14 years ago
  23. e4b8aeb Adding a bit more logging. by Jim Ingham · 14 years ago
  24. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  25. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  26. 20594b1 Add a user settings controller to Thread. Then added a step-avoid-regexp setting by Jim Ingham · 14 years ago
  27. 81cfc99 Stepping through a trampoline should do "stop others" unless All Threads is requested. by Jim Ingham · 14 years ago
  28. 809ab9b Add an "Avoid Frames matching this regular expression" to ThreadPlanStepInRange. by Jim Ingham · 14 years ago
  29. 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
  30. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago