函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\kdb\kdb_main.c Create Date:2022-07-27 12:44:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kdb_check_regs

函数原型:static int kdb_check_regs(void)

返回类型:int

参数:

461  如果非kdb_current_regs
462  kdb_printf("No current kdb registers. You may need to select another task\n")
464  返回:KDB_BADREG
466  返回:0
调用者
名称描述
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.