LLDB mainline
lldb_private::AbortWithPayloadRecognizedStackFrame Class Reference

#include <AbortWithPayloadFrameRecognizer.h>

Inheritance diagram for lldb_private::AbortWithPayloadRecognizedStackFrame:
[legend]

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

Detailed Description

Definition at line 22 of file AbortWithPayloadFrameRecognizer.h.

Constructor & Destructor Documentation

◆ AbortWithPayloadRecognizedStackFrame()

lldb_private::AbortWithPayloadRecognizedStackFrame::AbortWithPayloadRecognizedStackFrame ( lldb::StackFrameSP & frame_sp,
lldb::ValueObjectListSP & args_sp )

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