1. 04cc48e If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, just return the current PrivateStopInfo. by Jim Ingham · 11 years ago
  2. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  3. 0b78f43 Revert 180829 as it causes hangs in TestTypeCompletion.py on 2 Linux buildbots: by Daniel Malea · 11 years ago
  4. 8b73c97 Make "process handle -n true -s false" actually notifies of the signal. by Jim Ingham · 11 years ago
  5. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  6. 8b24f65 The thread plans run before the event is broadcast, so they should be calling ShouldStopSynchronous on any Stop Info's by Jim Ingham · 11 years ago
  7. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 11 years ago
  8. 278f16e Adding eStopReasonThreadExiting and fixing the handling of this state on Linux. by Andrew Kaylor · 11 years ago
  9. 0bce9a2 <rdar://problem/12649160> by Greg Clayton · 12 years ago
  10. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  11. 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
  12. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  13. 043f8c2 StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method and delegate to by Johnny Chen · 13 years ago
  14. f9f40c2 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 13 years ago
  15. ac95966 More useful STEP logging. by Jim Ingham · 13 years ago
  16. cdea236 The thread plan destructors may call Thread virtual methods. That means they have to get cleaned up in the derived class's destructor. Make sure that happens. by Jim Ingham · 14 years ago
  17. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  18. 6297a3a Don't cache the public stop reason, since it can change as plan completion gets processed. That means GetStopReason needs to return a shared pointer, not a pointer to the thread's cached version. Also allow the thread plans to get and set the thread private stop reason - that is usually more appropriate for the logic the thread plans need to do. by Jim Ingham · 14 years ago
  19. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  20. 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
  21. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago