Lines Matching refs:TestUtil
37 TestUtil::SuspendUntilContinue(DebugEvent::BREAKPOINT, location);
42 auto sourceLocation = TestUtil::GetSourceLocation(location, pandaFile_.c_str());
54 TestUtil::SuspendUntilContinue(DebugEvent::EXCEPTION, location);
61 location_ = TestUtil::GetLocation(sourceFile_.c_str(), 31, 0, pandaFile_.c_str());
65 TestUtil::SuspendUntilContinue(DebugEvent::LOAD_MODULE);
75 TestUtil::WaitForLoadModule();
76 TestUtil::Continue();
77 TestUtil::WaitForBreakpoint(location_);
78 TestUtil::Continue();
79 TestUtil::WaitForException();
80 TestUtil::Continue();