Query: kgdb_arch_set_pc
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KGDB_ARCH_SET_PC(9) Kernel Debugger Internals KGDB_ARCH_SET_PC(9)NAMEkgdb_arch_set_pc - Generic call back to the program counterSYNOPSISvoid kgdb_arch_set_pc(struct pt_regs * regs, unsigned long pc);ARGUMENTSregs Current struct pt_regs. pc The new value for the program counterDESCRIPTIONThis function handles updating the program counter and requires an architecture specific implementation.AUTHORJason Wessel <jason.wessel@windriver.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 KGDB_ARCH_SET_PC(9)