| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | HostInfoWindows.cpp | 116 std::string shell; in GetDefaultShell() local
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_linux_test.cpp | 247 const char *shell = "/system/bin/sh"; in TEST() local 249 const char *shell = "/bin/sh"; in TEST() local
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 66 std::string shell; member
|
| /llvm-project-15.0.7/llvm/utils/git/ |
| H A D | pre-push.py | 84 def shell(cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 169 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 141 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell()
|
| H A D | Host.cpp | 419 FileSpec shell = HostInfo::GetDefaultShell(); in RunShellCommand() local
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 248 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell() local
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 179 llvm::StringRef shell, llvm::StringRef command, const FileSpec &working_dir, in RunShellCommand()
|
| H A D | Platform.cpp | 1009 const FileSpec &shell = launch_info.GetShell(); in LaunchProcess() local 1294 llvm::StringRef shell, // Pass empty if you want to use the default in RunShellCommand()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Args.cpp | 380 std::string Args::GetShellSafeArgument(const FileSpec &shell, in GetShellSafeArgument()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 669 llvm::StringRef shell, llvm::StringRef command, in RunShellCommand()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwin.cpp | 674 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 4633 PseudoObjectExpr::PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs) in PseudoObjectExpr()
|