Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp160 std::string shell_string = shell.GetPath(); in GetResumeCountForLaunchInfo() local
165 const char *shell_name = strrchr(shell_string.c_str(), '/'); in GetResumeCountForLaunchInfo()
167 shell_name = shell_string.c_str(); in GetResumeCountForLaunchInfo()