LLDB mainline
ObjCExceptionRecognizedStackFrame Class Reference
Inheritance diagram for ObjCExceptionRecognizedStackFrame:
[legend]

Public Member Functions

 ObjCExceptionRecognizedStackFrame (StackFrameSP frame_sp)
lldb::ValueObjectSP GetExceptionObject () override
Public Member Functions inherited from lldb_private::RecognizedStackFrame
virtual ~RecognizedStackFrame ()=default
virtual lldb::ValueObjectListSP GetRecognizedArguments ()
virtual lldb::StackFrameSP GetMostRelevantFrame ()
std::string GetStopDescription ()
virtual bool ShouldHide ()
 Controls whether this frame should be filtered out when displaying backtraces, for example.
virtual lldb::ThreadPlanSP GetStepThroughPlan ()

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 3568 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 3611 of file AppleObjCRuntimeV2.cpp.

Member Data Documentation

◆ exception

ValueObjectSP ObjCExceptionRecognizedStackFrame::exception

Definition at line 3609 of file AppleObjCRuntimeV2.cpp.


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