LLDB mainline
lldb_private::MSVCRTCRecognizedFrame Class Reference

Recognized stack frame for an MSVC _RTC failure. More...

#include <MSVCRTCFrameRecognizer.h>

Inheritance diagram for lldb_private::MSVCRTCRecognizedFrame:
[legend]

Public Member Functions

 MSVCRTCRecognizedFrame (std::string desc)
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

Recognized stack frame for an MSVC _RTC failure.

Carries the human-readable stop description extracted from failwithmessage's msg parameter.

Definition at line 22 of file MSVCRTCFrameRecognizer.h.

Constructor & Destructor Documentation

◆ MSVCRTCRecognizedFrame()

lldb_private::MSVCRTCRecognizedFrame::MSVCRTCRecognizedFrame ( std::string desc)
inline

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