Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h127 virtual bool ShouldSelect() const { in ShouldSelect() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp268 bool ShouldSelect() const override { return !m_was_all_internal; } in ShouldSelect() function in lldb_private::StopInfoBreakpoint
1139 bool ShouldSelect() const override { return IsShouldStopSignal(); } in ShouldSelect() function in lldb_private::StopInfoUnixSignal
H A DProcess.cpp809 curr_thread_stop_info_sp->ShouldSelect(); in HandleProcessStateChangedEvent()
819 if (!stop_info || !stop_info->ShouldSelect()) in HandleProcessStateChangedEvent()