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.

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 3396 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 3439 of file AppleObjCRuntimeV2.cpp.

Member Data Documentation

◆ exception

ValueObjectSP ObjCExceptionRecognizedStackFrame::exception

Definition at line 3437 of file AppleObjCRuntimeV2.cpp.


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