Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp173 std::string shell_string = shell.GetPath(); in GetResumeCountForLaunchInfo() local
178 const char *shell_name = strrchr(shell_string.c_str(), '/'); in GetResumeCountForLaunchInfo()
180 shell_name = shell_string.c_str(); in GetResumeCountForLaunchInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp679 std::string shell_string = shell.GetPath(); in GetResumeCountForLaunchInfo() local
680 const char *shell_name = strrchr(shell_string.c_str(), '/'); in GetResumeCountForLaunchInfo()
682 shell_name = shell_string.c_str(); in GetResumeCountForLaunchInfo()