LLDB mainline
|
#include <AbortWithPayloadFrameRecognizer.h>
Public Member Functions | |
AbortWithPayloadRecognizedStackFrame (lldb::StackFrameSP &frame_sp, lldb::ValueObjectListSP &args_sp) | |
Public Member Functions inherited from lldb_private::RecognizedStackFrame | |
virtual | ~RecognizedStackFrame ()=default |
virtual lldb::ValueObjectListSP | GetRecognizedArguments () |
virtual lldb::ValueObjectSP | GetExceptionObject () |
virtual lldb::StackFrameSP | GetMostRelevantFrame () |
std::string | GetStopDescription () |
virtual bool | ShouldHide () |
Controls whether this frame should be filtered out when displaying backtraces, for example. | |
Additional Inherited Members | |
Protected Attributes inherited from lldb_private::RecognizedStackFrame | |
lldb::ValueObjectListSP | m_arguments |
std::string | m_stop_desc |
Definition at line 22 of file AbortWithPayloadFrameRecognizer.h.
lldb_private::AbortWithPayloadRecognizedStackFrame::AbortWithPayloadRecognizedStackFrame | ( | lldb::StackFrameSP & | frame_sp, |
lldb::ValueObjectListSP & | args_sp | ||
) |
Definition at line 208 of file AbortWithPayloadFrameRecognizer.cpp.
References lldb_private::RecognizedStackFrame::m_arguments, and lldb_private::RecognizedStackFrame::m_stop_desc.