Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoop.h43 typedef std::unique_ptr<SignalHandle> SignalHandleUP; typedef
59 SignalHandleUP RegisterSignal(int signo, const Callback &callback,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp299 MainLoop::SignalHandleUP
309 return SignalHandleUP(new SignalHandle(*this, signo, callback_it));
345 return SignalHandleUP(new SignalHandle(
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h92 MainLoop::SignalHandleUP m_sigchld_handle;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h99 MainLoop::SignalHandleUP m_sigchld_handle;
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp383 MainLoop::SignalHandleUP sighup_handle = in main_gdbserver()