LLDB mainline
Public Member Functions | List of all members
lldb_private::StackFrameRecognizer Class Reference

A base class for frame recognizers. More...

#include <StackFrameRecognizer.h>

Inheritance diagram for lldb_private::StackFrameRecognizer:
Inheritance graph
[legend]

Public Member Functions

virtual lldb::RecognizedStackFrameSP RecognizeFrame (lldb::StackFrameSP frame)
 
virtual std::string GetName ()
 
virtual ~StackFrameRecognizer ()=default
 

Detailed Description

A base class for frame recognizers.

Subclasses (actual frame recognizers) should implement RecognizeFrame to provide a RecognizedStackFrame for a given stack frame.

Definition at line 56 of file StackFrameRecognizer.h.

Constructor & Destructor Documentation

◆ ~StackFrameRecognizer()

virtual lldb_private::StackFrameRecognizer::~StackFrameRecognizer ( )
virtualdefault

Member Function Documentation

◆ GetName()

virtual std::string lldb_private::StackFrameRecognizer::GetName ( )
inlinevirtual

◆ RecognizeFrame()

virtual lldb::RecognizedStackFrameSP lldb_private::StackFrameRecognizer::RecognizeFrame ( lldb::StackFrameSP  frame)
inlinevirtual

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