| Function report | 
| Source Code: lib\dynamic_debug.c | Create Date:2022-07-28 07:15:37 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:vpr_info_dq
Proto:static void vpr_info_dq(const struct ddebug_query *query, const char *msg)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct ddebug_query * | query | |
| const char * | msg | 
| 117 | fmtlen = 0 | 
| 119 | If format Then | 
| 125 | vpr_info("%s: func=\"%s\" file=\"%s\" module=\"%s\" format=\"%.*s\" lineno=%u-%u\n", msg, function ? function : "", filename ? filename : "", module ? module : "", fmtlen, format ? format : "", first_lineno, last_lineno) | 
| 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 | 
| ddebug_exec_query | 
| 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 |