Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp177 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_interpreter, in SBPlatformShellCommand() function in SBPlatformShellCommand
184 SBPlatformShellCommand::SBPlatformShellCommand(const char *shell_command) in SBPlatformShellCommand() function in SBPlatformShellCommand
190 SBPlatformShellCommand::SBPlatformShellCommand( in SBPlatformShellCommand() function in SBPlatformShellCommand
191 const SBPlatformShellCommand &rhs) in SBPlatformShellCommand()
199 SBPlatformShellCommand &
200 SBPlatformShellCommand::operator=(const SBPlatformShellCommand &rhs) { in operator =()
203 SBPlatformShellCommand &, in operator =()
204 SBPlatformShellCommand, operator=,(const lldb::SBPlatformShellCommand &), in operator =()
211 SBPlatformShellCommand::~SBPlatformShellCommand() { delete m_opaque_ptr; } in ~SBPlatformShellCommand()
732 SBPlatformShellCommand &, in RegisterMethods()
[all …]
H A DSBReproducer.cpp102 RegisterMethods<SBPlatformShellCommand>(R); in SBRegistry()
/freebsd-13.1/contrib/llvm-project/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();
146 SBError Run(SBPlatformShellCommand &shell_command);
/freebsd-13.1/contrib/llvm-project/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();
190 Run (lldb::SBPlatformShellCommand &shell_command);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp37140 …result = (lldb::SBPlatformShellCommand *)new lldb::SBPlatformShellCommand((lldb::SBPlatformShellCo… in _wrap_new_SBPlatformShellCommand__SWIG_2()
37208 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_Clear()
37231 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_GetShell()
37255 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_SetShell()
37281 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_GetCommand()
37305 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_SetCommand()
37331 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_GetWorkingDirectory()
37355 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_SetWorkingDirectory()
37381 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_GetTimeoutSeconds()
37405 lldb::SBPlatformShellCommand *arg1 = (lldb::SBPlatformShellCommand *) 0 ; in _wrap_SBPlatformShellCommand_SetTimeoutSeconds()
[all …]