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

Name: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

Proto:static int kdb_rm(int argc, const char **argv)

Type:int

Parameter:

TypeParameterName
intargc
const char **argv
1964  kdb_printf("ERROR: Register set currently not implemented\n")
1965  Return 0