函数逻辑报告 |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-27 12:45:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kdb_md - This function implements the 'md', 'md1', 'md2', 'md4',* 'md8' 'mdr' and 'mds' commands.* md|mds [<addr arg> [<line count> [<radix>]]]* mdWcN [<addr arg> [<line count> [<radix>]]]* where W = is the width (1, 2, 4 or 8) and N is the count.* for eg
函数原型:static void kdb_md_line(const char *fmtstr, unsigned long addr, int symbolic, int nosect, int bytesperword, int num, int repeat, int phys)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | fmtstr | |
unsigned long | addr | |
int | symbolic | |
int | nosect | |
int | bytesperword | |
int | num | |
int | repeat | |
int | phys |
1500 | 如果phys则kdb_printf("phys "kdb_machreg_fmt0" ", addr) |
1502 | 否则kdb_printf(kdb_machreg_fmt0" ", addr) |
1506 | 如果phys则 |
1511 | kdb_printf(fmtstr, word) |
1512 | 如果symbolic则kdbnearsym - Return the name of the symbol with the nearest address* less than 'addr' |
1528 | 否则 |
1548 | kdb_printf("%*s %s\n", (int)((num - i) * (2 * bytesperword + 1) + 1), " ", cbuf) |
名称 | 描述 |
---|---|
kdb_md | |
kdb_per_cpu | kdb_per_cpu - This function implements the 'per_cpu' command. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |