Home
last modified time | relevance | path

Searched refs:GetDebuggerLibraryPath (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dpanda_vm.cpp32 …: LibraryAgent(mutex, PandaString(Runtime::GetOptions().GetDebuggerLibraryPath()), "StartDebugger", in DefaultDebuggerAgent()
152 …return !Runtime::GetOptions().GetDebuggerLibraryPath().empty() || Runtime::GetOptions().IsDebugger… in ShouldEnableDebug()
157 if (!Runtime::GetOptions().GetDebuggerLibraryPath().empty()) { in CreateDebuggerAgent()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1099 std::string GetDebuggerLibraryPath() const in GetDebuggerLibraryPath() function