Function report |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-28 11:42:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kdb_cpu
Proto:static int kdb_cpu(int argc, const char **argv)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | argc | |
const char ** | argv |
2257 | If argc == 0 Then |
2259 | Return 0 |
2262 | If argc != 1 Then Return KDB_ARGCOUNT |
2272 | If cpunum >= FIXME: This should be fixed in the arch's Kconfig || Not enter_kgdb Then Return KDB_BADCPUNUM |
2280 | Return KDB_CMD_CPU |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |