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

@@ -330,7 +330,7 @@ ThreadPlanCallFunction::SetStopOthers (bool new_value)
}
StateType
ThreadPlanCallFunction::RunState ()
ThreadPlanCallFunction::GetPlanRunState ()
{
return eStateRunning;
}