Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h98 bool show_unique = false, bool show_hidden = false,
H A DThread.h1179 bool show_hidden, bool only_stacks = false);
1183 uint32_t num_frames_with_source, bool show_hidden);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp877 bool show_unique, bool show_hidden, in GetStatus() argument
917 if (!show_hidden && frame_sp != selected_frame_sp && frame_sp->IsHidden()) in GetStatus()
H A DThread.cpp1783 bool stop_format, bool show_hidden, bool only_stacks) { in GetStatus() argument
1830 show_frame_unique, show_hidden, selected_frame_marker); in GetStatus()
1929 bool show_hidden) { in GetStackFrameStatus() argument
1932 /*show_unique*/ false, show_hidden); in GetStackFrameStatus()