Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/windows/
H A DHostInfoWindows.cpp117 std::string shell; in GetDefaultShell() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp249 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 DHostInfoPosix.cpp67 std::string shell; global() member
/llvm-project/llvm/utils/git/
H A Dpre-push.py81 def shell( global() function
/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp156 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
/llvm-project/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp169 const FileSpec &shell = launch_info.GetShell(); in GetResumeCountForLaunchInfo() local
/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp139 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() argument
H A DHost.cpp446 FileSpec shell = HostInfo::GetDefaultShell(); RunShellCommand() local
/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp64 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 DPlatform.cpp946 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 DSBLaunchInfo.cpp251 ConstString shell(m_opaque_sp->GetShell().GetPath().c_str()); in GetShell() local
/llvm-project/lldb/source/Utility/
H A DArgs.cpp384 GetShellSafeArgument(const FileSpec & shell,llvm::StringRef unsafe_arg) GetShellSafeArgument() argument
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp672 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 DPlatformDarwin.cpp671 const FileSpec &shell = launch_info.GetShell(); GetResumeCountForLaunchInfo() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp4893 PseudoObjectExpr(EmptyShell shell,unsigned numSemanticExprs) PseudoObjectExpr() argument