Home
last modified time | relevance | path

Searched defs:OnCallDebuggerStepOver (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp479 void InspectorServer::OnCallDebuggerStepOver(std::function<void(PtThread)> &&handler) in OnCallDebuggerStepOver() function in ark::tooling::inspector::InspectorServer
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp371 TEST_F(ServerTest, OnCallDebuggerStepOver) in TEST_F() argument