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:03
Last Modify:2020-03-17 19:04:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kgdb_register_callbacks

Proto:static void kgdb_register_callbacks(void)

Type:void

Parameter:Nothing

990  If Not All the KGDB handlers are installed Then
991  All the KGDB handlers are installed = 1
992  kgdb_arch_init()
993  If Not Flag for alternate operations for early debugging Then 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
Caller
NameDescribe
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.