Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DUnixSignals.cpp190 bool &should_notify) const { in GetSignalInfo()
198 should_notify = signal.m_notify; in GetSignalInfo()
290 llvm::Optional<bool> should_notify) { in GetFilteredSignals() argument
309 if (should_notify && signal_notify != should_notify.value()) in GetFilteredSignals()
H A DThreadPlanBase.cpp64 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop() local
65 if (should_notify) in ShouldReportStop()
H A DStopInfo.cpp985 bool should_notify = in DoShouldNotify() local
987 if (should_notify) { in DoShouldNotify()
996 return should_notify; in DoShouldNotify()
/llvm-project-15.0.7/lldb/unittests/Signals/
H A DUnixSignalsTest.cpp82 bool should_suppress = false, should_stop = false, should_notify = false; in TEST() local
85 signals.GetSignalInfo(signo, should_suppress, should_stop, should_notify); in TEST()
89 EXPECT_EQ(true, should_notify); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DUnixSignals.h40 bool &should_stop, bool &should_notify) const;
109 llvm::Optional<bool> should_notify);