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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanBase.cpp87 bool should_notify = stop_info_sp->ShouldNotify(event_ptr); local
88 if (should_notify)
H A DUnixSignals.cpp189 bool &should_notify
200 should_notify = signal.m_notify;
H A DStopInfo.cpp872 bool should_notify = thread_sp->GetProcess()->GetUnixSignals().GetShouldNotify (m_value); local
873 if (should_notify)
881 return should_notify;
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnixSignals.h50 bool &should_notify) const;

Completed in 109 milliseconds