函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\debug_core.c Create Date:2022-07-27 12:42:00
Last Modify:2020-03-17 19:04:10 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kgdb_unregister_callbacks

函数原型:static void kgdb_unregister_callbacks(void)

返回类型:void

参数:

1014  如果All the KGDB handlers are installed
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.
调用者
名称描述
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.