tracehook_signal_handler(9) suse man page | unix.com

Man Page: tracehook_signal_handler

Operating Environment: suse

Section: 9

TRACEHOOK_SIGNAL_HAN(9) 					 Kernel Internals					   TRACEHOOK_SIGNAL_HAN(9)

NAME
tracehook_signal_handler - signal handler setup is complete
SYNOPSIS
void tracehook_signal_handler(int sig, siginfo_t * info, const struct k_sigaction * ka, struct pt_regs * regs, int stepping);
ARGUMENTS
sig number of signal being delivered info siginfo_t of signal being delivered ka sigaction setting that chose the handler regs user register state stepping nonzero if debugger single-step or block-step in use
DESCRIPTION
Called by the arch code after a signal handler has been set up. Register and stack state reflects the user handler about to run. Signal mask changes have already been made. Called without locks, shortly before returning to user mode (or handling more signals). Kernel Hackers Manual 2.6. July 2010 TRACEHOOK_SIGNAL_HAN(9)
Related Man Pages
sigwaitinfo(2) - redhat
rt_sigqueueinfo(2) - linux
rt_tgsigqueueinfo(2) - linux
stack_violation(3c) - opensolaris
stack_violation(3c) - sunos
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB