Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\kdb\kdb_main.c Create Date:2022-07-28 11:42:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Execute any commands defined in kdb_cmds.

Proto:static void __init kdb_cmd_init(void)

Type:void

Parameter:Nothing

2891  When kdb_cmds[i] cycle
2892  diag = kdb_parse(kdb_cmds[i])
2893  If diag Then kdb_printf("kdb command %s failed, kdb diag %d\n", kdb_cmds[i], diag)
2897  If defcmd_in_progress Then
2898  kdb_printf("Incomplete 'defcmd' set, forcing endefcmd\n")
2899  kdb_parse("endefcmd")
Caller
NameDescribe
kdb_initInitialize kdb_printf, breakpoint tables and kdb state