Home
last modified time | relevance | path

Searched defs:StopDebug (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/test/entry/
Dtest_debugger_entry.cpp24 extern "C" bool StopDebug(const std::string &name) in StopDebug() function
/arkcompiler/toolchain/inspector/
Dinspector.cpp280 void StopDebug(const std::string& componentName) in StopDebug() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp314 using StopDebug = void (*)(const std::string &); in StopDebugger() typedef