mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 11:57:39 +08:00
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:
@@ -77,7 +77,7 @@ ThreadPlanStepOverBreakpoint::StopOthers ()
|
||||
}
|
||||
|
||||
StateType
|
||||
ThreadPlanStepOverBreakpoint::RunState ()
|
||||
ThreadPlanStepOverBreakpoint::GetPlanRunState ()
|
||||
{
|
||||
return eStateStepping;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user