Searched refs:dlog (Results 1 - 20 of 20) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
H A Dtarget.c56 dlog(1, "removing gdb ptid %s\n",
91 dlog(1, "adding_thread" LOCAL_THREAD_TRACE);
95 dlog(2, "(known thread)" LOCAL_THREAD_TRACE);
118 dlog(1,
173 dlog(1, "GDB changed signal info %d to_report %d to_deliver %d\n",
242 dlog(1,
248 dlog(1, "clearing watchpoint stopped_data_address %p\n",
260 dlog(1,
276 dlog(1, "enter valgrind_wait pid %d\n", pid);
289 dlog(
[all...]
H A Dm_gdbserver.c322 dlog (1, "remove break addr %p %s\n",
350 dlog(1, "%s %s at addr %p %s\n",
384 dlog(1,
393 dlog(1,
428 dlog(1, "tid %d VG_(is_watched) %s addr %p szB %d\n",
498 dlog(2, "gdbserver_instrumentation_needed due to single stepping\n");
514 dlog(2,
524 dlog(4, "gdbserver_instrumentation_needed"
544 dlog(1,
561 dlog(
[all...]
H A Dremote-utils.c127 dlog(1, "Opening %s side %s\n", side, path);
134 dlog(1, "result fd %d\n", fd);
137 dlog(1, "result safe_fd %d\n", fd);
188 dlog(1, "ptrace_scope %c\n", ptrace_scope);
194 dlog(1, "set_ptracer to PR_SET_PTRACER_ANY result %d\n", ret);
197 dlog(1, "set_ptracer to 1 result %d\n", ret);
203 dlog(0, "Could not read the ptrace_scope setting from %s\n",
237 dlog(0, "POLLcond %d closing write_remote_desc %d\n",
464 dlog(1, "remote_finish (reason %s) %d %d\n",
514 dlog(
[all...]
H A Dvalgrind-low-arm.c110 dlog(1, "stop pc is %p\n", (void *) pc);
120 dlog(1, "set pc to %p\n", C2v (newpc));
122 dlog(1, "set pc not changed %p\n", C2v (newpc));
129 dlog (1, "%p = thumb (bit0 is set)\n", C2v (pc));
140 dlog (1, "bit0 not set, bit1 set => %p = thumb\n", C2v (pc));
154 dlog (1, "fnname %s lookupsym %p => %p %s.\n",
163 dlog (1, "%p fnname %s lookupsym failed?. Assume arm\n",
169 dlog (1, "%p unknown fnname?. Assume arm\n", C2v (pc));
H A Dutils.c86 dlog(0, "%ld.%6ld ", dbgtv.tv_sec, dbgtv.tv_usec);
H A Dvalgrind-low-x86.c100 dlog(1, "stop pc is %p\n", (void *) pc);
110 dlog(1, "set pc to %p\n", C2v (newpc));
112 dlog(1, "set pc not changed %p\n", C2v (newpc));
271 dlog(0, "Error getting x86 dtv\n");
H A Dvalgrind-low-s390x.c102 dlog(1, "stop pc is %p\n", (void *) pc);
112 dlog(1, "set pc to %p\n", C2v (newpc));
114 dlog(1, "set pc not changed %p\n", C2v (newpc));
H A Dserver.c629 dlog(3, "pass_signal gdb_nr %d %s\n",
687 dlog(2, "qGetTLSAddr thread %lu offset %p lm %p\n",
891 dlog(4, "auxv %lld %llx\n",
899 dlog(4, "auxv len %d\n", client_auxv_len);
1089 dlog(1, "gdbserver_init gdbserver embedded in valgrind: %s\n", version);
1109 dlog(0, "error caused VG_MINIMAL_LONGJMP to gdbserver_terminate\n");
1127 dlog(0, "error caused VG_MINIMAL_LONGJMP to server_main\n");
H A Dvalgrind-low-amd64.c133 dlog(1, "stop pc is %p\n", (void *) pc);
143 dlog(1, "set pc to %p\n", C2v (newpc));
145 dlog(1, "set pc not changed %p\n", C2v (newpc));
H A Dvalgrind-low-arm64.c121 dlog(1, "stop pc is %p\n", (void *) pc);
131 dlog(1, "set pc to %p\n", C2v (newpc));
133 dlog(1, "set pc not changed %p\n", C2v (newpc));
H A Dvalgrind-low-mips32.c126 dlog(1, "stop pc is %p\n", (void *) pc);
136 dlog(1, "set pc to %p\n", C2v (newpc));
138 dlog(1, "set pc not changed %p\n", C2v (newpc));
H A Dvalgrind-low-mips64.c127 dlog(1, "stop pc is %p\n", (void *) pc);
137 dlog(1, "set pc to %p\n", C2v (newpc));
139 dlog(1, "set pc not changed %p\n", C2v (newpc));
H A Dvalgrind-low-tilegx.c126 dlog(1, "stop pc is %p\n", (void *) pc);
136 dlog(1, "set pc to %p\n", C2v (newpc));
138 dlog(1, "set pc not changed %p\n", C2v (newpc));
H A Dvalgrind-low-ppc32.c160 dlog(1, "stop pc is %p\n", (void *) pc);
170 dlog(1, "set pc to %p\n", C2v (newpc));
172 dlog(1, "set pc not changed %p\n", C2v (newpc));
H A Dvalgrind-low-ppc64.c157 dlog(1, "stop pc is %p\n", (void *) pc);
167 dlog(1, "set pc to %p\n", C2v (newpc));
169 dlog(1, "set pc not changed %p\n", C2v (newpc));
H A Dserver.h122 #define dlog(level, ...) \ macro
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1178 /*! @defined dlog
1185 #define dlog( ... ) DebugPrintF( __VA_ARGS__ ) macro
1187 #define dlog( ARGS... ) DebugPrintF( ## ARGS ) macro
1189 #define dlog DebugPrintF macro
1193 #define dlog( ... ) macro
1195 #define dlog( ARGS... ) macro
1197 #define dlog while( 0 ) macro
1271 #define DebugLogMsg dlog
H A DDebugServices.c2437 dlog( kDebugLevelError, "invalid NumVersion stage (0x%02X)\n", stage );
2690 require_noerr_action_string( -3, require11, dlog( kDebugLevelMax, "action 1 (expected)\n" ), "require_noerr_action_string" );
2693 require_noerr_action_string( 0, require12, dlog( kDebugLevelMax, "action 2\n" ), "require_noerr_action_string (valid)" );
2706 require_noerr_action( -5, require15, dlog( kDebugLevelMax, "SHOULD SEE: action 3 (expected)\n" ) );
2709 require_noerr_action( 0, require16, dlog( kDebugLevelMax, "SHOULD *NOT* SEE: action 4\n" ) );
2714 require_noerr_action_quiet( -4, require17, dlog( kDebugLevelMax, "SHOULD SEE: action 5 (expected)\n" ) );
2717 require_noerr_action_quiet( 0, require18, dlog( kDebugLevelMax, "SHOULD *NOT* SEE: action 6\n" ) );
2722 require_action( 0 && "SHOULD SEE", require19, dlog( kDebugLevelMax, "SHOULD SEE: action 7 (expected)\n" ) );
2725 require_action( 1 && "SHOULD *NOT* SEE", require20, dlog( kDebugLevelMax, "SHOULD *NOT* SEE: action 8\n" ) );
2730 require_action_quiet( 0, require21, dlog( kDebugLevelMa
[all...]
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp271 if (!insn->dlog)
278 insn->dlog(insn->dlogArg, buffer);
1845 insn->dlog = logger;
H A DX86DisassemblerDecoder.h527 dlog_t dlog; member in struct:llvm::X86Disassembler::InternalInstruction

Completed in 379 milliseconds