Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp128 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue()
130 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp265 void SBLaunchInfo::SetShell(const char *path) { in SetShell() function in SBLaunchInfo
266 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetShell, (const char *), path); in SetShell()
268 m_opaque_sp->SetShell(FileSpec(path)); in SetShell()
439 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetShell, (const char *)); in RegisterMethods()
H A DSBPlatform.cpp229 void SBPlatformShellCommand::SetShell(const char *shell_interpreter) { in SetShell() function in SBPlatformShellCommand
230 LLDB_RECORD_METHOD(void, SBPlatformShellCommand, SetShell, (const char *), in SetShell()
736 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetShell, (const char *)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBLaunchInfo.i101 SetShell (const char * path);
H A DSBPlatform.i68 SetShell(const char *shell_interpreter);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBLaunchInfo.h148 void SetShell(const char *path);
H A DSBPlatform.h67 void SetShell(const char *shell);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h78 void SetShell(const FileSpec &shell);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp142 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
H A DHost.cpp513 launch_info.SetShell(shell); in RunShellCommand()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31393 (arg1)->SetShell((char const *)arg2); in _wrap_SBLaunchInfo_SetShell()
37267 (arg1)->SetShell((char const *)arg2); in _wrap_SBPlatformShellCommand_SetShell()