Searched refs:sts (Results 1 – 1 of 1) sorted by relevance
2451 ScopedThreadSuspension sts(self, thread_id); in ConfigureStep() local2452 if (sts.GetError() != JDWP::ERR_NONE) { in ConfigureStep()2453 return sts.GetError(); in ConfigureStep()2459 if (gSingleStepControl.thread != NULL && sts.GetThread() != gSingleStepControl.thread) { in ConfigureStep()2461 << "; switching to " << *sts.GetThread(); in ConfigureStep()2499 SingleStepStackVisitor visitor(sts.GetThread()); in ConfigureStep()2566 gSingleStepControl.thread = sts.GetThread(); in ConfigureStep()