Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\debug_core.c Create Date:2022-07-28 11:38:04
Last Modify:2020-03-17 19:04:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kgdb_unregister_callbacks

Proto:static void kgdb_unregister_callbacks(void)

Type:void

Parameter:Nothing

1014  If All the KGDB handlers are installed Then
1015  All the KGDB handlers are installed = 0
1016  register_reboot_notifier - Unregister previously registered reboot notifier*@nb: Hook to be unregistered* Unregisters a previously registered reboot* notifier function.* Returns zero on success, or %-ENOENT on failure.
1017  unregister_module_notifier( & dbg_module_load_nb)
1018  kgdb_arch_exit - Perform any architecture specific uninitalization.* This function will handle the uninitalization of any architecture* specific callbacks, for dynamic registration and unregistration.
Caller
NameDescribe
kgdb_unregister_io_modulekkgdb_unregister_io_module - unregister KGDB IO module*@old_dbg_io_ops: the io ops vector* Unregister it with the KGDB core.