Home
last modified time | relevance | path

Searched refs:g_hooks (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
Dtest_entry.cpp25 static std::unique_ptr<TestHooks> g_hooks = nullptr; variable
30 g_hooks = std::make_unique<TestHooks>(testName, vm); in StartDebuggerImpl()
33 g_hooks->Run(); in StartDebuggerImpl()
40 g_hooks->TerminateTest(); in StopDebuggerImpl()
42 g_hooks.reset(); in StopDebuggerImpl()