other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PT_REGS_TO_GDB_REGS(9) | Kernel Debugger Internals | PT_REGS_TO_GDB_REGS(9) |
NAME¶
pt_regs_to_gdb_regs - Convert ptrace regs to GDB regsSYNOPSIS¶
void
pt_regs_to_gdb_regs(unsigned long * gdb_regs,
struct pt_regs * regs);
ARGUMENTS¶
gdb_regsA pointer to hold the registers in the order
GDB wants.
regs
The struct pt_regs of the current
process.
DESCRIPTION¶
Convert the pt_regs in regs into the format for registers that GDB expects, stored in gdb_regs.AUTHOR¶
Jason Wessel <jason.wessel@windriver.com>Author.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |