Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp64 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); in ShouldReportStop() local
H A DUnixSignals.cpp336 GetFilteredSignals(std::optional<bool> should_suppress,std::optional<bool> should_stop,std::optional<bool> should_notify) GetFilteredSignals() argument
H A DStopInfo.cpp1077 bool should_notify = DoShouldNotify() local
/llvm-project/lldb/unittests/Signals/
H A DUnixSignalsTest.cpp85 bool should_suppress = false, should_stop = false, should_notify = false; in TEST() local