Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoop.h59 SignalHandleUP RegisterSignal(int signo, const Callback &callback,
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp300 MainLoop::RegisterSignal(int signo, const Callback &callback, Status &error) { function in MainLoop
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp384 mainloop.RegisterSignal(SIGHUP, sighup_handler, error); in main_gdbserver()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp156 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessNetBSD()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp151 m_sigchld_handle = mainloop.RegisterSignal( in NativeProcessFreeBSD()