Searched refs:GetDebuggerLibraryPath (Results 1 – 2 of 2) sorted by relevance
32 …: 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()
1099 std::string GetDebuggerLibraryPath() const in GetDebuggerLibraryPath() function