Function report |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-28 07:15:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Parse a single line number. Note that the empty string ""* is treated as a special case and converted to zero, which* is later treated as a "don't care" value.
Proto:static inline int parse_lineno(const char *str, unsigned int *val)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | str | |
unsigned int * | val |
281 | If str == '\0' Then |
282 | val = 0 |
283 | Return 0 |
289 | Return 0 |
Name | Describe |
---|---|
ddebug_parse_query | Parse words[] as a ddebug query specification, which is a series* of (keyword, value) pairs chosen from these possibilities:* func |
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 |