|
LLDB mainline
|
#include <ScriptedPlatformInterface.h>
Public Member Functions | |
| virtual llvm::Expected< StructuredData::GenericSP > | CreatePluginObject (llvm::StringRef class_name, ExecutionContext &exe_ctx, StructuredData::DictionarySP args_sp, StructuredData::Generic *script_obj=nullptr)=0 |
| virtual StructuredData::DictionarySP | ListProcesses () |
| virtual StructuredData::DictionarySP | GetProcessInfo (lldb::pid_t) |
| virtual Status | AttachToProcess (lldb::ProcessAttachInfoSP attach_info) |
| virtual Status | LaunchProcess (lldb::ProcessLaunchInfoSP launch_info) |
| virtual Status | KillProcess (lldb::pid_t pid) |
| Public Member Functions inherited from lldb_private::ScriptedInterface | |
| ScriptedInterface ()=default | |
| virtual | ~ScriptedInterface ()=default |
| StructuredData::GenericSP | GetScriptObjectInstance () |
| virtual llvm::SmallVector< AbstractMethodRequirement > | GetAbstractMethodRequirements () const =0 |
| llvm::SmallVector< llvm::StringLiteral > const | GetAbstractMethods () const |
Additional Inherited Members | |
| Static Public Member Functions inherited from lldb_private::ScriptedInterface | |
| template<typename Ret> | |
| static Ret | ErrorWithMessage (llvm::StringRef caller_name, llvm::StringRef error_msg, Status &error, LLDBLog log_category=LLDBLog::Process) |
| template<typename T = StructuredData::ObjectSP> | |
| static bool | CheckStructuredDataObject (llvm::StringRef caller, T obj, Status &error) |
| static bool | CreateInstance (lldb::ScriptLanguage language, ScriptedInterfaceUsages usages) |
| Protected Attributes inherited from lldb_private::ScriptedInterface | |
| StructuredData::GenericSP | m_object_instance_sp |
Definition at line 20 of file ScriptedPlatformInterface.h.
|
inlinevirtual |
Definition at line 33 of file ScriptedPlatformInterface.h.
References lldb_private::Status::FromErrorString().
|
pure virtual |
|
inlinevirtual |
Definition at line 29 of file ScriptedPlatformInterface.h.
|
inlinevirtual |
Definition at line 43 of file ScriptedPlatformInterface.h.
References lldb_private::Status::FromErrorString().
|
inlinevirtual |
Definition at line 38 of file ScriptedPlatformInterface.h.
References lldb_private::Status::FromErrorString().
|
inlinevirtual |
Definition at line 27 of file ScriptedPlatformInterface.h.