Lines Matching refs:TestUtil
37 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location);
42 auto sourceLocation = TestUtil::GetSourceLocation(location, pandaFile_.c_str());
53 TestUtil::SuspendUntilContinue(DebugEvent::EXCEPTION, location);
60 location_ = TestUtil::GetLocation(sourceFile_.c_str(), 29, 4, pandaFile_.c_str());
62 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE);
72 TestUtil::WaitForLoadModule();
73 TestUtil::Continue();
74 TestUtil::WaitForBreakpoint(location_);
75 TestUtil::Continue();
76 TestUtil::WaitForException();
77 TestUtil::Continue();