Home
last modified time | relevance | path

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

/src/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,
/src/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp278 MainLoopPosix::SignalHandleUP
285 return SignalHandleUP(new SignalHandle(*this, signo, callback_it));
321 return SignalHandleUP(new SignalHandle(
/src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h96 MainLoop::SignalHandleUP m_sigchld_handle;
/src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h102 MainLoop::SignalHandleUP m_sigchld_handle;
/src/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp328 MainLoop::SignalHandleUP sighup_handle = in main_gdbserver()