Home
last modified time | relevance | path

Searched refs:show_unique (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h352 void DumpUsingSettingsFormat(Stream *strm, bool show_unique = false,
389 bool show_unique = false, const char *frame_marker = nullptr);
H A DStackFrameList.h98 bool show_unique = false, bool show_hidden = false,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp877 bool show_unique, bool show_hidden, in GetStatus() argument
931 show_unique, marker)) in GetStatus()
H A DStackFrame.cpp1933 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()