Home
last modified time | relevance | path

Searched refs:SignalHandleUP (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h32 typedef std::unique_ptr<SignalHandle> SignalHandleUP; typedef
48 SignalHandleUP RegisterSignal(int signo, const Callback &callback,
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp270 MainLoopPosix::SignalHandleUP
277 return SignalHandleUP(new SignalHandle(*this, signo, callback_it)); in RegisterSignal()
302 return SignalHandleUP(new SignalHandle( in RegisterSignal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.h55 MainLoop::SignalHandleUP m_sigchld_handle;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h96 MainLoop::SignalHandleUP m_sigchld_handle;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h102 MainLoop::SignalHandleUP m_sigchld_handle;
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp348 MainLoop::SignalHandleUP sighup_handle = in main_gdbserver()