mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
The ThreadPlanCallFunction needs to pass its "StopOthers" to its run to address subplan.
llvm-svn: 203231
This commit is contained in:
@@ -125,7 +125,10 @@ public:
|
||||
m_takedown_done = true;
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void
|
||||
SetStopOthers (bool new_value);
|
||||
|
||||
protected:
|
||||
void ReportRegisterState (const char *message);
|
||||
|
||||
virtual bool
|
||||
|
||||
@@ -536,6 +536,13 @@ ThreadPlanCallFunction::BreakpointsExplainStop()
|
||||
return false;
|
||||
}
|
||||
|
||||
void
|
||||
ThreadPlanCallFunction::SetStopOthers (bool new_value)
|
||||
{
|
||||
m_subplan_sp->SetStopOthers(new_value);
|
||||
}
|
||||
|
||||
|
||||
bool
|
||||
ThreadPlanCallFunction::RestoreThreadState()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user