函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kdb_go - This function implements the 'go' command.* go [address-expression]
函数原型:static int kdb_go(int argc, const char **argv)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | argc | |
const char ** | argv |
1801 | kdb_printf("go must execute on the entry cpu, please use \"cpu %d\" and then execute go\n", cpu number that owns kdb ) |
1804 | 返回:KDB_BADCPUNUM |
1806 | 如果argc恒等于1则 |
1807 | nextarg等于1 |
1812 | 否则如果argc则 |
1813 | 返回:KDB_ARGCOUNT |
1817 | 如果KDB_FLAG(CATASTROPHIC)则 |
1818 | kdb_printf("Catastrophic error detected\n") |
1819 | kdb_printf("kdb_continue_catastrophic=%d, ", kdb_continue_catastrophic) |
1821 | 如果kdb_continue_catastrophic恒等于0且kdb_go_count自加恒等于0则 |
1822 | kdb_printf("type go a second time if you really want to continue\n") |
1824 | 返回:0 |
1826 | 如果kdb_continue_catastrophic恒等于2则 |
1827 | kdb_printf("forcing reboot\n") |
1830 | kdb_printf("attempting to continue\n") |
1832 | 返回:diag |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |