Function report |
Source Code:kernel\debug\kdb\kdb_main.c |
Create Date:2022-07-28 11:41:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Forward references
Proto:static int kdb_exec_defcmd(int argc, const char **argv)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | argc | |
const char ** | argv |
787 | If argc != 0 Then Return KDB_ARGCOUNT |
789 | When i < defcmd_set_count cycle |
793 | If i == defcmd_set_count Then |
794 | kdb_printf("kdb_exec_defcmd: could not find commands for %s\n", argv[0]) |
796 | Return KDB_NOTIMP |
801 | argv = NULL |
802 | kdb_printf("[%s]kdb> %s\n", name, command[i]) |
807 | Return 0 |
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 |