Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp261 void SBLaunchInfo::SetShell(const char *path) { in SetShell() function in SBLaunchInfo
262 LLDB_RECORD_METHOD(void, SBLaunchInfo, SetShell, (const char *), path); in SetShell()
264 m_opaque_sp->SetShell(FileSpec(path)); in SetShell()
388 LLDB_REGISTER_METHOD(void, SBLaunchInfo, SetShell, (const char *)); in RegisterMethods()
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()
737 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetShell, (const char *)); in RegisterMethods()
/external/llvm-project/lldb/bindings/interface/
DSBLaunchInfo.i98 SetShell (const char * path);
DSBPlatform.i62 SetShell(const char *shell_interpreter);
/external/llvm-project/lldb/include/lldb/API/
DSBLaunchInfo.h148 void SetShell(const char *path);
DSBPlatform.h67 void SetShell(const char *shell);
/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h77 void SetShell(const FileSpec &shell);
/external/llvm-project/lldb/test/API/commands/platform/basic/
DTestPlatformPython.py95 sh_cmd.SetShell(self.getBuildArtifact('a.out'))
/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp141 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
DHost.cpp515 launch_info.SetShell(shell); in RunShellCommand()
/external/llvm-project/lldb/source/Target/
DProcess.cpp409 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue()
411 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()