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:40:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kdb_check_regs

Proto:static int kdb_check_regs(void)

Type:int

Parameter:Nothing

461  If Not kdb_current_regs Then
462  kdb_printf("No current kdb registers. You may need to select another task\n")
464  Return KDB_BADREG
466  Return 0
Caller
NameDescribe
kdbgetaddrargkdbgetaddrarg - This function is responsible for parsing an* address-expression and returning the value of the expression,* symbol name, and offset to the caller
kdb_rdkdb_rd - This function implements the 'rd' command.