Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp207 std::string shell_string = shell.GetPath(); in GetResumeCountForLaunchInfo() local
212 const char *shell_name = strrchr(shell_string.c_str(), '/'); in GetResumeCountForLaunchInfo()
214 shell_name = shell_string.c_str(); in GetResumeCountForLaunchInfo()