LLDB mainline
lldb_private::ScriptedStackFrameRecognizerInterface Class Referenceabstract

#include <ScriptedStackFrameRecognizerInterface.h>

Inheritance diagram for lldb_private::ScriptedStackFrameRecognizerInterface:
[legend]

Public Member Functions

virtual llvm::Expected< StructuredData::GenericSPCreatePluginObject (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)
Public Member Functions inherited from lldb_private::ScriptedInterface
 ScriptedInterface ()=default
virtual ~ScriptedInterface ()=default
StructuredData::GenericSP GetScriptObjectInstance ()
const std::optional< ScriptedMetadata > & GetScriptedMetadata () const
virtual llvm::SmallVector< AbstractMethodRequirementGetAbstractMethodRequirements () const =0
virtual llvm::Expected< FileSpecGetScriptedModulePath ()
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
std::optional< ScriptedMetadatam_scripted_metadata

Detailed Description

Definition at line 16 of file ScriptedStackFrameRecognizerInterface.h.

Member Function Documentation

◆ CreatePluginObject()

virtual llvm::Expected< StructuredData::GenericSP > lldb_private::ScriptedStackFrameRecognizerInterface::CreatePluginObject ( const ScriptedMetadata & scripted_metadata)
pure virtual

◆ GetException()

virtual lldb::ValueObjectSP lldb_private::ScriptedStackFrameRecognizerInterface::GetException ( lldb::StackFrameSP frame_sp)
inlinevirtual

◆ GetRecognizedArguments()

virtual lldb::ValueObjectListSP lldb_private::ScriptedStackFrameRecognizerInterface::GetRecognizedArguments ( lldb::StackFrameSP frame_sp)
inlinevirtual

◆ GetStopDescription()

virtual std::string lldb_private::ScriptedStackFrameRecognizerInterface::GetStopDescription ( lldb::StackFrameSP frame_sp)
inlinevirtual

◆ SelectMostRelevantFrame()

virtual lldb::StackFrameSP lldb_private::ScriptedStackFrameRecognizerInterface::SelectMostRelevantFrame ( lldb::StackFrameSP frame_sp)
inlinevirtual

◆ ShouldHide()

virtual bool lldb_private::ScriptedStackFrameRecognizerInterface::ShouldHide ( lldb::StackFrameSP frame_sp)
inlinevirtual

The documentation for this class was generated from the following file: