Searched refs:SetShell (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 128 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 D | SBLaunchInfo.cpp | 265 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 D | SBPlatform.cpp | 229 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 D | SBLaunchInfo.i | 101 SetShell (const char * path);
|
| H A D | SBPlatform.i | 68 SetShell(const char *shell_interpreter);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBLaunchInfo.h | 148 void SetShell(const char *path);
|
| H A D | SBPlatform.h | 67 void SetShell(const char *shell);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ProcessLaunchInfo.h | 78 void SetShell(const FileSpec &shell);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 142 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
|
| H A D | Host.cpp | 513 launch_info.SetShell(shell); in RunShellCommand()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 31393 (arg1)->SetShell((char const *)arg2); in _wrap_SBLaunchInfo_SetShell() 37267 (arg1)->SetShell((char const *)arg2); in _wrap_SBPlatformShellCommand_SetShell()
|