/llvm-project/lldb/source/Host/windows/ |
H A D | HostInfoWindows.cpp | 117 std::string shell; in GetDefaultShell() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_linux_test.cpp | 249 const char *shell = "/system/bin/sh"; in TEST() local 247 const char *shell = "/system/bin/sh"; TEST() local
|
/llvm-project/lldb/source/Host/posix/ |
H A D | HostInfoPosix.cpp | 67 std::string shell; global() member
|
/llvm-project/llvm/utils/git/ |
H A D | pre-push.py | 81 def shell( global() function
|
/llvm-project/lldb/source/Plugins/Platform/NetBSD/ |
H A D | PlatformNetBSD.cpp | 156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
|
/llvm-project/lldb/source/Plugins/Platform/Linux/ |
H A D | PlatformLinux.cpp | 169 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
|
/llvm-project/lldb/source/Host/common/ |
H A D | ProcessLaunchInfo.cpp | 139 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() argument
|
H A D | Host.cpp | 446 FileSpec shell = HostInfo::GetDefaultShell(); RunShellCommand() local
|
/llvm-project/lldb/source/Target/ |
H A D | RemoteAwarePlatform.cpp | 64 RunShellCommand(llvm::StringRef shell,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
|
H A D | Platform.cpp | 946 const FileSpec &shell = launch_info.GetShell(); LaunchProcess() local 1255 RunShellCommand(llvm::StringRef shell,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
|
/llvm-project/lldb/source/API/ |
H A D | SBLaunchInfo.cpp | 251 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell() local
|
/llvm-project/lldb/source/Utility/ |
H A D | Args.cpp | 384 GetShellSafeArgument(const FileSpec & shell,llvm::StringRef unsafe_arg) GetShellSafeArgument() argument
|
/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 672 RunShellCommand(llvm::StringRef shell,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwin.cpp | 671 const FileSpec &shell = launch_info.GetShell(); GetResumeCountForLaunchInfo() local
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4893 PseudoObjectExpr(EmptyShell shell,unsigned numSemanticExprs) PseudoObjectExpr() argument
|