LLDB mainline
|
Public Member Functions | |
ScriptedRecognizedStackFrame (ValueObjectListSP args) | |
Public Member Functions inherited from lldb_private::RecognizedStackFrame | |
virtual lldb::ValueObjectListSP | GetRecognizedArguments () |
virtual lldb::ValueObjectSP | GetExceptionObject () |
virtual lldb::StackFrameSP | GetMostRelevantFrame () |
virtual | ~RecognizedStackFrame ()=default |
std::string | GetStopDescription () |
Additional Inherited Members | |
Protected Attributes inherited from lldb_private::RecognizedStackFrame | |
lldb::ValueObjectListSP | m_arguments |
std::string | m_stop_desc |
Definition at line 19 of file StackFrameRecognizer.cpp.
|
inline |
Definition at line 21 of file StackFrameRecognizer.cpp.
References lldb_private::RecognizedStackFrame::m_arguments.