1KGDB_ARCH_SET_PC(9) Kernel Debugger Internals KGDB_ARCH_SET_PC(9)
2
3
4
6 kgdb_arch_set_pc - Generic call back to the program counter
7
9 void kgdb_arch_set_pc(struct pt_regs * regs, unsigned long pc);
10
12 regs
13 Current struct pt_regs.
14
15 pc
16 The new value for the program counter
17
19 This function handles updating the program counter and requires an
20 architecture specific implementation.
21
23 Jason Wessel <jason.wessel@windriver.com>
24 Author.
25
27Kernel Hackers Manual 3.10 June 2019 KGDB_ARCH_SET_PC(9)