kgdb_arch_handle_exception(9) centos man page | unix.com

Man Page: kgdb_arch_handle_exception

Operating Environment: centos

Section: 9

KGDB_ARCH_HANDLE_EXC(9) 				     Kernel Debugger Internals					   KGDB_ARCH_HANDLE_EXC(9)

NAME
kgdb_arch_handle_exception - Handle architecture specific GDB packets.
SYNOPSIS
int kgdb_arch_handle_exception(int vector, int signo, int err_code, char * remcom_in_buffer, char * remcom_out_buffer, struct pt_regs * regs);
ARGUMENTS
vector The error vector of the exception that happened. signo The signal number of the exception that happened. err_code The error code of the exception that happened. remcom_in_buffer The buffer of the packet we have read. remcom_out_buffer The buffer of BUFMAX bytes to write a packet into. regs The struct pt_regs of the current process.
DESCRIPTION
This function MUST handle the 'c' and 's' command packets, as well packets to set / remove a hardware breakpoint, if used. If there are additional packets which the hardware needs to handle, they are handled here. The code should return -1 if it wants to process more packets, and a 0 or 1 if it wants to exit from the kgdb callback.
AUTHOR
Jason Wessel <jason.wessel@windriver.com> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KGDB_ARCH_HANDLE_EXC(9)
Related Man Pages
pcap_loop(3pcap) - osx
kgdb_arch_handle_exception(9) - suse
struct_kgdb_arch(9) - suse
pcap_dispatch(3pcap) - suse
pcap_dispatch(3pcap) - plan9
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Docker learning Phase-I
Controlling user input