1KGDB_POST_PRIMARY_CO(9)         KGDB Internals         KGDB_POST_PRIMARY_CO(9)
2
3
4

NAME

6       kgdb_post_primary_code - (optional) Save error vector/code numbers.
7

SYNOPSIS

9       void kgdb_post_primary_code(struct pt_regs * regs, int e_vector,
10                                   int err_code);
11

ARGUMENTS

13       regs
14           Original pt_regs.
15
16       e_vector
17           Original error vector.
18
19       err_code
20           Original error code.
21

DESCRIPTION

23       This is usually needed on architectures which support SMP and KGDB.
24       This function is called after all the secondary cpus have been put to a
25       know spin state and the primary CPU has control over KGDB.
26

AUTHORS

28       Jason Wessel <jason.wessel@windriver.com>
29           Author.
30
31       Tom Rini <trini@kernel.crashing.org>
32           Author.
33
34       Amit S. Kale <amitkale@linsyssoft.com>
35           Author.
36
38Kernel Hackers Manual 2.6.         June 2019           KGDB_POST_PRIMARY_CO(9)
Impressum