1KGDB_ARCH_EXIT(9) KGDB Internals KGDB_ARCH_EXIT(9)
2
3
4
6 kgdb_arch_exit - Perform any architecture specific uninitalization.
7
9 void kgdb_arch_exit(void);
10
12 void
13 no arguments
14
16 This function will handle the uninitalization of any architecture
17 specific callbacks, for dynamic registration and unregistration.
18
20 Jason Wessel <jason.wessel@windriver.com>
21 Author.
22
23 Tom Rini <trini@kernel.crashing.org>
24 Author.
25
26 Amit S. Kale <amitkale@linsyssoft.com>
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 KGDB_ARCH_EXIT(9)