Home
last modified time | relevance | path

Searched refs:SetShell (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp130 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue()
132 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBLaunchInfo.i101 SetShell (const char * path);
H A DSBPlatform.i68 SetShell(const char *shell_interpreter);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp252 void SBLaunchInfo::SetShell(const char *path) { in SetShell() function in SBLaunchInfo
255 m_opaque_sp->SetShell(FileSpec(path)); in SetShell()
H A DSBPlatform.cpp209 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { in SetShell() function in SBPlatformShellCommand
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBLaunchInfo.h148 void SetShell(const char *path);
H A DSBPlatform.h67 void SetShell(const char *shell);
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h78 void SetShell(const FileSpec &shell);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp141 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
H A DHost.cpp421 launch_info.SetShell(shell); in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3491 launch_info.SetShell(m_shell_field->GetResolvedFileSpec()); in GetShell()