Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kgdb.c Create Date:2022-07-28 08:40:53
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kgdb_notify

Proto:static int kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr)

Type:int

Parameter:

TypeParameterName
struct notifier_block *self
unsigned longcmd
void *ptr
580  local_irq_save(flags)
581  ret = __kgdb_notify(ptr, cmd)
582  local_irq_restore(flags)
584  Return ret