Searched refs:GetDebuggerLibraryPath (Results 1 – 3 of 3) sorted by relevance
20 …: LibraryAgent(mutex, PandaString(Runtime::GetOptions().GetDebuggerLibraryPath()), "StartDebugger"… in DefaultDebuggerAgent()
103 …return !Runtime::GetOptions().GetDebuggerLibraryPath().empty() || Runtime::GetOptions().IsDebugger… in ShouldEnableDebug()135 if (!Runtime::GetOptions().GetDebuggerLibraryPath().empty()) { in CreateDebuggerAgent()
351 std::string GetDebuggerLibraryPath() const in GetDebuggerLibraryPath() function