Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp189 bool &should_notify) const { in GetSignalInfo()
197 should_notify = signal.m_notify; in GetSignalInfo()
289 llvm::Optional<bool> should_notify) { in GetFilteredSignals() argument
309 if (should_notify.hasValue() && signal_notify != should_notify.getValue()) in GetFilteredSignals()
H A DThreadPlanBase.cpp63 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop() local
64 if (should_notify) in ShouldReportStop()
H A DStopInfo.cpp972 bool should_notify = in DoShouldNotify() local
974 if (should_notify) { in DoShouldNotify()
983 return should_notify; in DoShouldNotify()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h39 bool &should_stop, bool &should_notify) const;
93 llvm::Optional<bool> should_notify);