Home
last modified time | relevance | path

Searched refs:m_notify (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DUnixSignals.cpp25 m_notify(default_notify), in Signal()
198 should_notify = signal.m_notify; in GetSignalInfo()
254 return pos->second.m_notify; in GetShouldNotify()
261 pos->second.m_notify = value; in SetShouldNotify()
340 m_notify = m_default_notify; in Reset()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DUnixSignals.h119 bool m_suppress : 1, m_stop : 1, m_notify : 1; member