|
LLDB mainline
|
Recognized stack frame for an MSVC _RTC failure. More...
#include <MSVCRTCFrameRecognizer.h>
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 |
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.
|
inline |
Definition at line 24 of file MSVCRTCFrameRecognizer.h.
References lldb_private::RecognizedStackFrame::m_stop_desc.