Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp203 std::string shell_string = shell.GetPath(); in GetResumeCountForLaunchInfo() local
208 const char *shell_name = strrchr(shell_string.c_str(), '/'); in GetResumeCountForLaunchInfo()
210 shell_name = shell_string.c_str(); in GetResumeCountForLaunchInfo()
/external/llvm-project/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp234 std::string shell_string = shell.GetPath(); in GetResumeCountForLaunchInfo() local
239 const char *shell_name = strrchr(shell_string.c_str(), '/'); in GetResumeCountForLaunchInfo()
241 shell_name = shell_string.c_str(); in GetResumeCountForLaunchInfo()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1206 std::string shell_string = shell.GetPath(); in GetResumeCountForLaunchInfo() local
1207 const char *shell_name = strrchr(shell_string.c_str(), '/'); in GetResumeCountForLaunchInfo()
1209 shell_name = shell_string.c_str(); in GetResumeCountForLaunchInfo()