other versions
- stretch 4.9.168-1
KGDB_ARCH_SET_PC(9) | Kernel Debugger Internals | KGDB_ARCH_SET_PC(9) |
NAME¶
kgdb_arch_set_pc - Generic call back to the program counterSYNOPSIS¶
void kgdb_arch_set_pc(struct pt_regs * regs, unsigned long pc);
ARGUMENTS¶
regsCurrent struct pt_regs.
pc
The new value for the program counter
DESCRIPTION¶
This function handles updating the program counter and requires an architecture specific implementation.AUTHOR¶
Jason Wessel <jason.wessel@windriver.com>Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |