LLDB mainline
|
Public Member Functions | |
ScriptedRecognizedStackFrame (ValueObjectListSP args, bool hidden) | |
bool | ShouldHide () override |
Controls whether this frame should be filtered out when displaying backtraces, for example. | |
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. | |
Private Attributes | |
bool | m_hidden |
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 23 of file StackFrameRecognizer.cpp.
References lldb_private::RecognizedStackFrame::m_arguments.
|
inlineoverridevirtual |
Controls whether this frame should be filtered out when displaying backtraces, for example.
Reimplemented from lldb_private::RecognizedStackFrame.
Definition at line 27 of file StackFrameRecognizer.cpp.
References m_hidden.
|
private |
Definition at line 20 of file StackFrameRecognizer.cpp.
Referenced by ShouldHide().