Lines Matching refs:trace
1129 u8 autoEQPtrace; /* autoEQP is in trace mode */
1134 u8 eTraceType; /* SHELL_TRACE_* value for type of trace */
3959 /* Reprepare pStmt before reactiving trace modes */
4385 " trace Like \"full\" but enable \"PRAGMA vdbe_trace\"",
4582 ".trace ?OPTIONS? Output each SQL statement as it is run",
5404 unsigned mType, /* The trace type */
8103 }else if( cli_strcmp(azArg[1],"trace")==0 ){
8114 raw_printf(stderr, "Usage: .eqp off|on|trace|trigger|full\n");
10622 if( c=='t' && cli_strncmp(azArg[0], "trace", n)==0 ){
10653 raw_printf(stderr, "Unknown option \"%s\" on \".trace\"\n", z);
11334 " -memtrace trace all memory allocations and deallocations\n"
11662 vfstrace_register("trace",0,(int(*)(const char*,void*))fputs,stderr,1);