Searched refs:SetShell (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBLaunchInfo.cpp | 261 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()
|
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() 737 LLDB_REGISTER_METHOD(void, SBPlatformShellCommand, SetShell, (const char *)); in RegisterMethods()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBLaunchInfo.i | 98 SetShell (const char * path);
|
D | SBPlatform.i | 62 SetShell(const char *shell_interpreter);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBLaunchInfo.h | 148 void SetShell(const char *path);
|
D | SBPlatform.h | 67 void SetShell(const char *shell);
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | ProcessLaunchInfo.h | 77 void SetShell(const FileSpec &shell);
|
/external/llvm-project/lldb/test/API/commands/platform/basic/ |
D | TestPlatformPython.py | 95 sh_cmd.SetShell(self.getBuildArtifact('a.out'))
|
/external/llvm-project/lldb/source/Host/common/ |
D | ProcessLaunchInfo.cpp | 141 void ProcessLaunchInfo::SetShell(const FileSpec &shell) { in SetShell() function in ProcessLaunchInfo
|
D | Host.cpp | 515 launch_info.SetShell(shell); in RunShellCommand()
|
/external/llvm-project/lldb/source/Target/ |
D | Process.cpp | 409 launch_info.SetShell(FileSpec(option_arg)); in SetOptionValue() 411 launch_info.SetShell(HostInfo::GetDefaultShell()); in SetOptionValue()
|