函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:kdb_rm - This function implements the 'rm' (register modify) command.* rm register-name new-contents* Remarks:* Allows register modification with the same restrictions as gdb

函数原型:static int kdb_rm(int argc, const char **argv)

返回类型:int

参数:

类型参数名称
intargc
const char **argv
1964  kdb_printf("ERROR: Register set currently not implemented\n")
1965  返回:0