|
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 () |
Additional Inherited Members | |
| Protected Attributes inherited from lldb_private::RecognizedStackFrame | |
| lldb::ValueObjectListSP | m_arguments |
| std::string | m_stop_desc |
Definition at line 52 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 53 of file CPPLanguageRuntime.cpp.