centos man page for gdb_regs_to_pt_regs

Query: gdb_regs_to_pt_regs

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GDB_REGS_TO_PT_REGS(9)					     Kernel Debugger Internals					    GDB_REGS_TO_PT_REGS(9)

NAME
gdb_regs_to_pt_regs - Convert GDB regs to ptrace regs.
SYNOPSIS
void gdb_regs_to_pt_regs(unsigned long * gdb_regs, struct pt_regs * regs);
ARGUMENTS
gdb_regs A pointer to hold the registers we've received from GDB. regs A pointer to a struct pt_regs to hold these values in.
DESCRIPTION
Convert the GDB regs in gdb_regs into the pt_regs, and store them in regs.
AUTHOR
Jason Wessel <jason.wessel@windriver.com> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 GDB_REGS_TO_PT_REGS(9)
Related Man Pages
la_amd64_pltenter(3ext) - opensolaris
la_objfilter(3ext) - opensolaris
la_objopen(3ext) - opensolaris
struct_kgdb_arch(9) - centos
kgdb_arch_handle_exception(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Docker learning Phase-I
Shopt -s histappend
[TIP] Processing YAML files with yq