Home
last modified time | relevance | path

Searched refs:ShouldShow (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h123 virtual bool ShouldShow() const { return IsValid(); } in ShouldShow() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp266 bool ShouldShow() const override { return !m_was_all_internal; } in ShouldShow() function in lldb_private::StopInfoBreakpoint
H A DProcess.cpp5805 if (!stop_info_sp || !stop_info_sp->ShouldShow()) in GetThreadStatus()