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

/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DUnixSignals.h40 bool &should_stop, bool &should_notify) const;
109 std::optional<bool> should_notify);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanBase.cpp64 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); local
65 if (should_notify)
H A DUnixSignals.cpp193 bool &should_notify) const {
201 should_notify = signal.m_notify;
293 std::optional<bool> should_notify) {
312 if (should_notify && signal_notify != *should_notify)
291 GetFilteredSignals(std::optional<bool> should_suppress, std::optional<bool> should_stop, std::optional<bool> should_notify) argument
H A DStopInfo.cpp1076 bool should_notify = variable
1078 if (should_notify) {
1087 return should_notify;

Completed in 70 milliseconds