LLDB mainline
Public Member Functions | Public Attributes | List of all members
ObjCExceptionRecognizedStackFrame Class Reference
Inheritance diagram for ObjCExceptionRecognizedStackFrame:
Inheritance graph
[legend]

Public Member Functions

 ObjCExceptionRecognizedStackFrame (StackFrameSP frame_sp)
 
lldb::ValueObjectSP GetExceptionObject () override
 
- Public Member Functions inherited from lldb_private::RecognizedStackFrame
virtual lldb::ValueObjectListSP GetRecognizedArguments ()
 
virtual lldb::ValueObjectSP GetExceptionObject ()
 
virtual lldb::StackFrameSP GetMostRelevantFrame ()
 
virtual ~RecognizedStackFrame ()=default
 
std::string GetStopDescription ()
 

Public Attributes

ValueObjectSP exception
 

Additional Inherited Members

- Protected Attributes inherited from lldb_private::RecognizedStackFrame
lldb::ValueObjectListSP m_arguments
 
std::string m_stop_desc
 

Detailed Description

Definition at line 3403 of file AppleObjCRuntimeV2.cpp.

Constructor & Destructor Documentation

◆ ObjCExceptionRecognizedStackFrame()

ObjCExceptionRecognizedStackFrame::ObjCExceptionRecognizedStackFrame ( StackFrameSP  frame_sp)
inline

Member Function Documentation

◆ GetExceptionObject()

lldb::ValueObjectSP ObjCExceptionRecognizedStackFrame::GetExceptionObject ( )
inlineoverridevirtual

Reimplemented from lldb_private::RecognizedStackFrame.

Definition at line 3446 of file AppleObjCRuntimeV2.cpp.

Member Data Documentation

◆ exception

ValueObjectSP ObjCExceptionRecognizedStackFrame::exception

Definition at line 3444 of file AppleObjCRuntimeV2.cpp.


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