Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHostInfoWindows.cpp116 std::string shell; in GetDefaultShell() local
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp247 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 DHostInfoPosix.cpp66 std::string shell; member
/llvm-project-15.0.7/llvm/utils/git/
H A Dpre-push.py84 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 DPlatformNetBSD.cpp156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp169 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp141 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell()
H A DHost.cpp419 FileSpec shell = HostInfo::GetDefaultShell(); in RunShellCommand() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBLaunchInfo.cpp248 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell() local
/llvm-project-15.0.7/lldb/source/Target/
H A DRemoteAwarePlatform.cpp179 llvm::StringRef shell, llvm::StringRef command, const FileSpec &working_dir, in RunShellCommand()
H A DPlatform.cpp1009 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 DArgs.cpp380 std::string Args::GetShellSafeArgument(const FileSpec &shell, in GetShellSafeArgument()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp669 llvm::StringRef shell, llvm::StringRef command, in RunShellCommand()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp674 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4633 PseudoObjectExpr::PseudoObjectExpr(EmptyShell shell, unsigned numSemanticExprs) in PseudoObjectExpr()