|
LLDB mainline
|
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>
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 |
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.
|
inlineoverridevirtual |
Reimplemented from lldb_private::StackFrameRecognizer.
Definition at line 32 of file MSVCRTCFrameRecognizer.h.
|
overridevirtual |
Reimplemented from lldb_private::StackFrameRecognizer.
Definition at line 32 of file MSVCRTCFrameRecognizer.cpp.
References lldb::eNoDynamicValues, lldb_private::ProcessWindows::GetActiveExceptionCode(), and lldb_private::Status::Success().