Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h173 static bool GetUserThreadList(DebugInterface *debugInterface, PandaVector<PtThread> *threadList) in GetUserThreadList() argument
176 debugInterface->GetThreadList(&threads); in GetUserThreadList()
Dapi_test.h150 DebugInterface *debugInterface {nullptr};
Dtest_runner.h31 test_->debugInterface = debugInterface_; in TestRunner()