LLDB mainline
lldb_private::MSVCRTCFrameRecognizer Class Reference

Recognizes the MSVC CRT's failwithmessage frame, extracts the run-time check failure message from the msg parameter, and returns it as the thread stop description. More...

#include <MSVCRTCFrameRecognizer.h>

Inheritance diagram for lldb_private::MSVCRTCFrameRecognizer:
[legend]

Public Member Functions

std::string GetName () override
lldb::RecognizedStackFrameSP RecognizeFrame (lldb::StackFrameSP frame_sp) override
Public Member Functions inherited from lldb_private::StackFrameRecognizer
virtual ~StackFrameRecognizer ()=default

Detailed Description

Recognizes the MSVC CRT's failwithmessage frame, extracts the run-time check failure message from the msg parameter, and returns it as the thread stop description.

Definition at line 30 of file MSVCRTCFrameRecognizer.h.

Member Function Documentation

◆ GetName()

std::string lldb_private::MSVCRTCFrameRecognizer::GetName ( )
inlineoverridevirtual

Reimplemented from lldb_private::StackFrameRecognizer.

Definition at line 32 of file MSVCRTCFrameRecognizer.h.

◆ RecognizeFrame()

lldb::RecognizedStackFrameSP lldb_private::MSVCRTCFrameRecognizer::RecognizeFrame ( lldb::StackFrameSP frame_sp)
overridevirtual

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