LLDB mainline
|
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 |
Definition at line 3396 of file AppleObjCRuntimeV2.cpp.
|
inline |
Definition at line 3398 of file AppleObjCRuntimeV2.cpp.
References lldb_private::AppleObjCRuntimeV2::SharedCacheImageHeaders::CreateSharedCacheImageHeaders(), and lldb_private::AppleObjCRuntimeV2::m_shared_cache_image_headers_up.
|
inlineoverridevirtual |
Reimplemented from lldb_private::RecognizedStackFrame.
Definition at line 3439 of file AppleObjCRuntimeV2.cpp.
ValueObjectSP ObjCExceptionRecognizedStackFrame::exception |
Definition at line 3437 of file AppleObjCRuntimeV2.cpp.