Home
last modified time | relevance | path

Searched refs:SBPlatformShellCommand (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp163 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_interpreter, in SBPlatformShellCommand() function in SBPlatformShellCommand
169 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() function in SBPlatformShellCommand
174 SBPlatformShellCommand::SBPlatformShellCommand( in SBPlatformShellCommand() function in SBPlatformShellCommand
175 const SBPlatformShellCommand &rhs) in SBPlatformShellCommand()
182 SBPlatformShellCommand &
183 SBPlatformShellCommand::operator=(const SBPlatformShellCommand &rhs) { in operator =()
191 SBPlatformShellCommand::~SBPlatformShellCommand() { delete m_opaque_ptr; } in ~SBPlatformShellCommand()
193 void SBPlatformShellCommand::Clear() { in Clear()
201 const char *SBPlatformShellCommand::GetShell() { in GetShell()
269 int SBPlatformShellCommand::GetSignal() { in GetSignal()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBPlatform.h52 class LLDB_API SBPlatformShellCommand {
54 SBPlatformShellCommand(const char *shell, const char *shell_command);
55 SBPlatformShellCommand(const char *shell_command);
57 SBPlatformShellCommand(const SBPlatformShellCommand &rhs);
59 SBPlatformShellCommand &operator=(const SBPlatformShellCommand &rhs);
61 ~SBPlatformShellCommand();
148 SBError Run(SBPlatformShellCommand &shell_command);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBPlatform.i50 ) SBPlatformShellCommand;
51 class SBPlatformShellCommand
54 SBPlatformShellCommand (const char *shell, const char *shell_command);
55 SBPlatformShellCommand (const char *shell_command);
57 SBPlatformShellCommand (const SBPlatformShellCommand &rhs);
59 ~SBPlatformShellCommand();
193 Run (lldb::SBPlatformShellCommand &shell_command);
/llvm-project-15.0.7/lldb/test/API/python_api/sbplatform/
H A DTestSBPlatform.py18 cmd = lldb.SBPlatformShellCommand(self.getBuildArtifact("a.out"))
/llvm-project-15.0.7/lldb/test/API/commands/platform/basic/
H A DTestPlatformPython.py89 sh_cmd = lldb.SBPlatformShellCommand('/bin/zsh', 'echo $0')
/llvm-project-15.0.7/lldb/docs/
H A D.htaccess65 …t 301 /python_reference/lldb.SBPlatformShellCommand-class.html https://lldb.llvm.org/python_api/ll…
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py676 shell_cmd = lldb.SBPlatformShellCommand(
1631 shell_command = lldb.SBPlatformShellCommand(cmd)