Add ThreadPlanTracer class to allow instruction step tracing of execution.

Also changed eSetVarTypeBool to eSetVarTypeBoolean to make it consistent with eArgTypeBoolean.

llvm-svn: 118824
This commit is contained in:
Jim Ingham
2010-11-11 19:26:09 +00:00
parent e6283f950d
commit 06e827cc43
35 changed files with 533 additions and 229 deletions

View File

@@ -77,7 +77,7 @@ ThreadPlanStepOverBreakpoint::StopOthers ()
}
StateType
ThreadPlanStepOverBreakpoint::RunState ()
ThreadPlanStepOverBreakpoint::GetPlanRunState ()
{
return eStateStepping;
}