8#ifndef LLDB_MACOSX_ABORTWITHPAYLOADFRAMERECOGNIZER_H
9#define LLDB_MACOSX_ABORTWITHPAYLOADFRAMERECOGNIZER_H
31 return "abort_with_payload StackFrame Recognizer";
lldb::RecognizedStackFrameSP RecognizeFrame(lldb::StackFrameSP frame_sp) override
std::string GetName() override
This class provides extra information about a stack frame that was provided by a specific stack frame...
A base class for frame recognizers.
A class that represents a running process on the host machine.
void RegisterAbortWithPayloadFrameRecognizer(Process *process)
std::shared_ptr< lldb_private::StackFrame > StackFrameSP
std::shared_ptr< lldb_private::RecognizedStackFrame > RecognizedStackFrameSP
std::shared_ptr< lldb_private::ValueObjectList > ValueObjectListSP