Function report |
Source Code:kernel\debug\kdb\kdb_bp.c |
Create Date:2022-07-28 11:44:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kdb_ss* Process the 'ss' (Single Step) command
Proto:static int kdb_ss(int argc, const char **argv)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | argc | |
const char ** | argv |
508 | If argc != 0 Then Return KDB_ARGCOUNT |
513 | KDB_STATE_SET(DOING_SS) |
514 | Return KDB_CMD_SS |
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 |