llvm-project/lldb/source/Target
Jim Ingham b01e742af7 Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan
without having to use RTTI.
Removed the ThreadPlanContinue and replaced with a ShouldAutoContinue query that serves the same purpose.  Having to push
another plan to assert that if there's no other indication the target should continue when this plan is popped was flakey
and error prone.  This method is more stable, and fixed problems we were having with thread specific breakpoints.

llvm-svn: 106378
2010-06-19 04:45:32 +00:00
..
ABI.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
ExecutionContext.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
ObjCObjectPrinter.cpp Minor warning/error fixes. 2010-06-09 09:32:42 +00:00
PathMappingList.cpp Minor warning/error fixes. 2010-06-09 09:32:42 +00:00
Process.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
RegisterContext.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
StackFrame.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
StackFrameList.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
StackID.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
Target.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
TargetList.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
Thread.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadList.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlan.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanBase.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanCallFunction.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanRunToAddress.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanShouldStopHere.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
ThreadPlanStepInRange.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepInstruction.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepOut.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepOverBreakpoint.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepOverRange.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepRange.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepThrough.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadPlanStepUntil.cpp Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
ThreadSpec.cpp Change the Breakpoint & BreakpointLocation GetDescription methods so they call the BreakpointOptions::GetDescription rather 2010-06-18 01:00:58 +00:00
UnixSignals.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00