Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.h87 …void OnCallDebuggerSetPauseOnExceptions(std::function<void(PtThread, PauseOnExceptionsState)> &&ha…
Dinspector.cpp79 …inspectorServer_.OnCallDebuggerSetPauseOnExceptions(std::bind(&Inspector::SetPauseOnExceptions, th… in Inspector()
Dinspector_server.cpp430 void InspectorServer::OnCallDebuggerSetPauseOnExceptions( in OnCallDebuggerSetPauseOnExceptions() function in ark::tooling::inspector::InspectorServer
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp536 TEST_F(ServerTest, OnCallDebuggerSetPauseOnExceptions) in TEST_F() argument
550 …inspectorServer.OnCallDebuggerSetPauseOnExceptions([](PtThread thread, PauseOnExceptionsState stat… in TEST_F()