1. NAME

kgdb_arch_set_pc - Generic call back to the program counter

2. SYNOPSIS

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

3. ARGUMENTS

regs
    Current struct pt_regs.

pc
    The new value for the program counter

4. DESCRIPTION

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

5. AUTHOR

Jason Wessel <>
    Author.

6. COPYRIGHT