LLDB mainline
Private Member Functions | List of all members
ObjCExceptionThrowFrameRecognizer Class Reference
Inheritance diagram for ObjCExceptionThrowFrameRecognizer:
Inheritance graph
[legend]

Private Member Functions

lldb::RecognizedStackFrameSP RecognizeFrame (lldb::StackFrameSP frame) override
 
std::string GetName () override
 

Additional Inherited Members

- Public Member Functions inherited from lldb_private::StackFrameRecognizer
virtual lldb::RecognizedStackFrameSP RecognizeFrame (lldb::StackFrameSP frame)
 
virtual std::string GetName ()
 
virtual ~StackFrameRecognizer ()=default
 

Detailed Description

Definition at line 3449 of file AppleObjCRuntimeV2.cpp.

Member Function Documentation

◆ GetName()

std::string ObjCExceptionThrowFrameRecognizer::GetName ( )
inlineoverrideprivatevirtual

Reimplemented from lldb_private::StackFrameRecognizer.

Definition at line 3455 of file AppleObjCRuntimeV2.cpp.

◆ RecognizeFrame()

lldb::RecognizedStackFrameSP ObjCExceptionThrowFrameRecognizer::RecognizeFrame ( lldb::StackFrameSP  frame)
inlineoverrideprivatevirtual

Reimplemented from lldb_private::StackFrameRecognizer.

Definition at line 3451 of file AppleObjCRuntimeV2.cpp.


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