Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp130 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue()
132 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBLaunchInfo.i101 SetShell (const char * path);
H A DSBPlatform.i68 SetShell(const char *shell_interpreter);
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBLaunchInfo.h148 void SetShell(const char *path);
H A DSBPlatform.h67 void SetShell(const char *shell);
/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py94 sh_cmd.SetShell(self.getBuildArtifact('a.out'))
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h78 void SetShell(const FileSpec &shell);
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp141 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
H A DHost.cpp423 launch_info.SetShell(shell); in RunShellCommand()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3489 launch_info.SetShell(m_shell_field->GetResolvedFileSpec()); in GetShell()