|
LLDB mainline
|
#include <ScriptedStackFrameRecognizerInterface.h>
Public Member Functions | |
| virtual llvm::Expected< StructuredData::GenericSP > | CreatePluginObject (const ScriptedMetadata &scripted_metadata)=0 |
| virtual lldb::ValueObjectListSP | GetRecognizedArguments (lldb::StackFrameSP frame_sp) |
| virtual bool | ShouldHide (lldb::StackFrameSP frame_sp) |
| virtual lldb::StackFrameSP | SelectMostRelevantFrame (lldb::StackFrameSP frame_sp) |
| virtual lldb::ValueObjectSP | GetException (lldb::StackFrameSP frame_sp) |
| virtual std::string | GetStopDescription (lldb::StackFrameSP frame_sp) |
| virtual lldb::ThreadPlanSP | GetStepThroughPlan (lldb::ThreadSP thread_sp) |
| 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::SmallVector< llvm::StringLiteral > | GetOptionalMethods () const |
| Methods a script may legitimately leave out, for which LLDB has a documented answer. | |
| 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) |
| static bool | CreateInstance (lldb::ScriptLanguage language, ScriptedInterfaceUsages usages) |
| Protected Attributes inherited from lldb_private::ScriptedInterface | |
| StructuredData::GenericSP | m_object_instance_sp |
| std::optional< ScriptedMetadata > | m_scripted_metadata |
Definition at line 16 of file ScriptedStackFrameRecognizerInterface.h.
|
pure virtual |
Implemented in lldb_private::ScriptedStackFrameRecognizerPythonInterface.
|
inlinevirtual |
Reimplemented in lldb_private::ScriptedStackFrameRecognizerPythonInterface.
Definition at line 33 of file ScriptedStackFrameRecognizerInterface.h.
|
inlinevirtual |
Reimplemented in lldb_private::ScriptedStackFrameRecognizerPythonInterface.
Definition at line 22 of file ScriptedStackFrameRecognizerInterface.h.
|
inlinevirtual |
Reimplemented in lldb_private::ScriptedStackFrameRecognizerPythonInterface.
Definition at line 41 of file ScriptedStackFrameRecognizerInterface.h.
|
inlinevirtual |
Reimplemented in lldb_private::ScriptedStackFrameRecognizerPythonInterface.
Definition at line 37 of file ScriptedStackFrameRecognizerInterface.h.
|
inlinevirtual |
Reimplemented in lldb_private::ScriptedStackFrameRecognizerPythonInterface.
Definition at line 29 of file ScriptedStackFrameRecognizerInterface.h.
|
inlinevirtual |
Reimplemented in lldb_private::ScriptedStackFrameRecognizerPythonInterface.
Definition at line 26 of file ScriptedStackFrameRecognizerInterface.h.