sleeping_thread_to_gdb_regs(9) centos man page | unix.com

Man Page: sleeping_thread_to_gdb_regs

Operating Environment: centos

Section: 9

SLEEPING_THREAD_TO_G(9) 				     Kernel Debugger Internals					   SLEEPING_THREAD_TO_G(9)

NAME
sleeping_thread_to_gdb_regs - Convert ptrace regs to GDB regs
SYNOPSIS
void sleeping_thread_to_gdb_regs(unsigned long * gdb_regs, struct task_struct * p);
ARGUMENTS
gdb_regs A pointer to hold the registers in the order GDB wants. p The struct task_struct of the desired process.
DESCRIPTION
Convert the register values of the sleeping process in p to the format that GDB expects. This function is called when kgdb does not have access to the struct pt_regs and therefore it should fill the gdb registers gdb_regs with what has been saved in struct thread_struct thread field during switch_to.
AUTHOR
Jason Wessel <jason.wessel@windriver.com> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SLEEPING_THREAD_TO_G(9)
Related Man Pages
swapcontext(2) - centos
gdb(1) - suse
struct_kgdb_arch(9) - suse
struct_utrace_engine_ops(9) - suse
gdb(1) - freebsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
DB2 convert digits to binary format
Shopt -s histappend
Controlling user input
Please Welcome Dave Munro to the Moderator Team!