Function report |
Source Code:kernel\debug\kdb\kdb_bp.c |
Create Date:2022-07-28 11:44:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kdb_parsebp
Proto:static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | argc | |
const char ** | argv | |
int * | nextargp | |
kdb_bp_t * | bp |
53 | HW break length = 1 |
61 | Else Return KDB_ARGCOUNT |
64 | HW break length = 1 |
66 | nextarg++ |
77 | If len > 8 Then Return KDB_BADLENGTH |
80 | HW break length = len |
81 | nextarg++ |
84 | If argc + 1 != nextarg Then Return KDB_ARGCOUNT |
89 | Return 0 |
Name | Describe |
---|---|
kdb_bp | kdb_bp* Handle the bp commands |
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 |