|
LLDB mainline
|
#include <OperatingSystemInterface.h>
Public Member Functions | |
| virtual StructuredData::DictionarySP | CreateThread (lldb::tid_t tid, lldb::addr_t context) |
| virtual StructuredData::ArraySP | GetThreadInfo () |
| virtual std::optional< std::string > | GetRegisterContextForTID (lldb::tid_t tid) |
| virtual std::optional< bool > | DoesPluginReportAllThreads () |
| Public Member Functions inherited from lldb_private::ScriptedThreadInterface | |
| virtual llvm::Expected< StructuredData::GenericSP > | CreatePluginObject (const ScriptedMetadata &scripted_metadata, ExecutionContext &exe_ctx, StructuredData::Generic *script_obj=nullptr)=0 |
| virtual lldb::tid_t | GetThreadID () |
| virtual std::optional< std::string > | GetName () |
| virtual lldb::StateType | GetState () |
| virtual std::optional< std::string > | GetQueue () |
| virtual StructuredData::DictionarySP | GetStopReason () |
| virtual StructuredData::ArraySP | GetStackFrames () |
| virtual StructuredData::DictionarySP | GetRegisterInfo () |
| virtual std::optional< std::string > | GetRegisterContext () |
| virtual StructuredData::ArraySP | GetExtendedInfo () |
| virtual std::optional< std::string > | GetScriptedFramePluginName () |
| Public Member Functions inherited from lldb_private::ScriptedInterface | |
| ScriptedInterface ()=default | |
| virtual | ~ScriptedInterface ()=default |
| StructuredData::GenericSP | GetScriptObjectInstance () |
| const std::optional< ScriptedMetadata > & | GetScriptedMetadata () const |
| virtual bool | UserCanRunDirectly () const |
| Whether the user can invoke this extension directly, the way a scripted command can. | |
| virtual llvm::SmallVector< AbstractMethodRequirement > | GetAbstractMethodRequirements () const =0 |
| virtual llvm::Expected< FileSpec > | GetScriptedModulePath () |
| 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 user_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 Member Functions inherited from lldb_private::ScriptedThreadInterface | |
| virtual lldb::ScriptedFrameInterfaceSP | CreateScriptedFrameInterface () |
| Protected Attributes inherited from lldb_private::ScriptedInterface | |
| StructuredData::GenericSP | m_object_instance_sp |
| std::optional< ScriptedMetadata > | m_scripted_metadata |
Definition at line 18 of file OperatingSystemInterface.h.
|
inlinevirtual |
Reimplemented in lldb_private::OperatingSystemPythonInterface.
Definition at line 20 of file OperatingSystemInterface.h.
|
inlinevirtual |
Reimplemented in lldb_private::OperatingSystemPythonInterface.
Definition at line 31 of file OperatingSystemInterface.h.
|
inlinevirtual |
Reimplemented in lldb_private::OperatingSystemPythonInterface.
Definition at line 27 of file OperatingSystemInterface.h.
|
inlinevirtual |
Reimplemented in lldb_private::OperatingSystemPythonInterface.
Definition at line 25 of file OperatingSystemInterface.h.