Function report |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-28 07:15:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ddebug_exec_query
Proto:static int ddebug_exec_query(char *query_string, const char *modname)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | query_string | |
const char * | modname |
454 | nwords = Split the buffer `buf' into space-separated words.* Handles simple " and ' quoting, i.e. without nested,* embedded or escaped \". Return the number of words* or <0 on error. |
455 | If nwords <= 0 Then |
470 | vpr_info_dq( & query, nfound ? "applied" : "no-match") |
472 | Return nfound |
Name | Describe |
---|---|
ddebug_exec_queries | handle multiple queries in query string, continue on error, returnlast error or number of matching callsites. Module name is eitherin param (for boot arg) or perhaps in query string. |
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 |