Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp132 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue()
134 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp255 void SBLaunchInfo::SetShell(const char *path) { in SetShell() function in SBLaunchInfo
258 m_opaque_sp->SetShell(FileSpec(path)); in SetShell()
H A DSBPlatform.cpp213 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { in SetShell()
210 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { SetShell() function in SBPlatformShellCommand
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h175 void SetShell(const char *path);
H A DSBPlatform.h71 void SetShell(const char *shell);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h77 void SetShell(const FileSpec &shell);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp139 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
H A DHost.cpp450 launch_info.SetShell(shell); in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3490 launch_info.SetShell(m_shell_field->GetResolvedFileSpec()); in GetShell()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp35713 (arg1)->SetShell((char const *)arg2); in _wrap_SBLaunchInfo_SetShell()
41950 (arg1)->SetShell((char const *)arg2); in _wrap_SBPlatformShellCommand_SetShell()