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:
@@ -330,7 +330,7 @@ ThreadPlanCallFunction::SetStopOthers (bool new_value)
|
||||
}
|
||||
|
||||
StateType
|
||||
ThreadPlanCallFunction::RunState ()
|
||||
ThreadPlanCallFunction::GetPlanRunState ()
|
||||
{
|
||||
return eStateRunning;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user