1KGDB_ARCH_SET_PC(9)        Kernel Debugger Internals       KGDB_ARCH_SET_PC(9)
2
3
4

NAME

6       kgdb_arch_set_pc - Generic call back to the program counter
7

SYNOPSIS

9       void kgdb_arch_set_pc(struct pt_regs * regs, unsigned long pc);
10

ARGUMENTS

12       regs
13           Current struct pt_regs.
14
15       pc
16           The new value for the program counter
17

DESCRIPTION

19       This function handles updating the program counter and requires an
20       architecture specific implementation.
21

AUTHOR

23       Jason Wessel <jason.wessel@windriver.com>
24           Author.
25
27Kernel Hackers Manual 3.10         June 2019               KGDB_ARCH_SET_PC(9)
Impressum