函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:kgdb_register_callbacks

函数原型:static void kgdb_register_callbacks(void)

返回类型:void

参数:

990  如果非All the KGDB handlers are installed
991  All the KGDB handlers are installed 等于1
992  kgdb_arch_init()
993  如果非Flag for alternate operations for early debugging kgdb_arch_late()
995  register_module_notifier( & dbg_module_load_nb)
996  gister_reboot_notifier - Register function to be called at reboot time*@nb: Info about notifier function to be called* Registers a function with the list of functions* to be called at reboot time
调用者
名称描述
kgdb_register_io_modulekgdb_register_io_module - register KGDB IO module*@new_dbg_io_ops: the io ops vector* Register it with the KGDB core.