LLDB mainline
|
Public Member Functions | |
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. | |
Additional Inherited Members | |
Protected Attributes inherited from lldb_private::RecognizedStackFrame | |
lldb::ValueObjectListSP | m_arguments |
std::string | m_stop_desc |
Definition at line 50 of file CPPLanguageRuntime.cpp.
|
inlineoverridevirtual |
Controls whether this frame should be filtered out when displaying backtraces, for example.
Reimplemented from lldb_private::RecognizedStackFrame.
Definition at line 51 of file CPPLanguageRuntime.cpp.