LLDB mainline
lldb_private::StackFrameRecognizer Class Reference

A base class for frame recognizers. More...

#include <StackFrameRecognizer.h>

Inheritance diagram for lldb_private::StackFrameRecognizer:
[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 60 of file StackFrameRecognizer.h.

Constructor & Destructor Documentation

◆ ~StackFrameRecognizer()

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

Member Function Documentation

◆ GetName()

◆ RecognizeFrame()


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