Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.h80 void OnCallDebuggerSetBreakpoint(
Dinspector.cpp76 …inspectorServer_.OnCallDebuggerSetBreakpoint(std::bind(&Inspector::SetBreakpoint, this, _1, _2, _3… in Inspector()
Dinspector_server.cpp336 void InspectorServer::OnCallDebuggerSetBreakpoint( in OnCallDebuggerSetBreakpoint() function in ark::tooling::inspector::InspectorServer
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp400 TEST_F(ServerTest, OnCallDebuggerSetBreakpoint) in TEST_F() argument
422 inspectorServer.OnCallDebuggerSetBreakpoint(handlerForSetBreak); in TEST_F()
431 inspectorServer.OnCallDebuggerSetBreakpoint(handlerForSetBreak); in TEST_F()
441 inspectorServer.OnCallDebuggerSetBreakpoint(handlerForSetBreakEmpty); in TEST_F()