Searched refs:show_unique (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrame.h | 352 void DumpUsingSettingsFormat(Stream *strm, bool show_unique = false, 389 bool show_unique = false, const char *frame_marker = nullptr);
|
| H A D | StackFrameList.h | 98 bool show_unique = false, bool show_hidden = false,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 877 bool show_unique, bool show_hidden, in GetStatus() argument 931 show_unique, marker)) in GetStatus()
|
| H A D | StackFrame.cpp | 1933 void StackFrame::DumpUsingSettingsFormat(Stream *strm, bool show_unique, in DumpUsingSettingsFormat() argument 1944 if (show_unique) { in DumpUsingSettingsFormat() 2031 bool show_unique, const char *frame_marker) { in GetStatus() argument 2034 DumpUsingSettingsFormat(&strm, show_unique, frame_marker); in GetStatus()
|