Searched refs:gdb_stdlog (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dframe.c226 fprintf_unfiltered (gdb_stdlog, "{ get_frame_id (fi=%d) ",
244 fprintf_unfiltered (gdb_stdlog, "-> ");
245 fprint_frame_id (gdb_stdlog, fi->this_id.value);
246 fprintf_unfiltered (gdb_stdlog, " }\n");
279 fprintf_unfiltered (gdb_stdlog, "{ frame_id_p (l=");
280 fprint_frame_id (gdb_stdlog, l);
281 fprintf_unfiltered (gdb_stdlog, ") -> %d }\n", p);
313 fprintf_unfiltered (gdb_stdlog, "{ frame_id_eq (l=");
314 fprint_frame_id (gdb_stdlog, l);
315 fprintf_unfiltered (gdb_stdlog, ",
[all...]
H A Dtarget.c1657 fprintf_unfiltered (gdb_stdlog, "target_open (%s, %d)\n", args, from_tty);
1664 fprintf_unfiltered (gdb_stdlog, "target_close (%d)\n", quitting);
1681 fprintf_unfiltered (gdb_stdlog, "target_attach (%s, %d)\n", args, from_tty);
1690 fprintf_unfiltered (gdb_stdlog, "target_post_attach (%d)\n", pid);
1698 fprintf_unfiltered (gdb_stdlog, "target_detach (%s, %d)\n", args, from_tty);
1706 fprintf_unfiltered (gdb_stdlog, "target_disconnect (%s, %d)\n",
1715 fprintf_unfiltered (gdb_stdlog, "target_resume (%d, %s, %s)\n", PIDGET (ptid),
1727 fprintf_unfiltered (gdb_stdlog,
1730 fprintf_unfiltered (gdb_stdlog, "status->kind = ");
1734 fprintf_unfiltered (gdb_stdlog, "exite
[all...]
H A Dgdbarch.c2448 fprintf_unfiltered (gdb_stdlog, "gdbarch_tdep called\n");
2458 fprintf_unfiltered (gdb_stdlog, "gdbarch_bfd_arch_info called\n");
2467 fprintf_unfiltered (gdb_stdlog, "gdbarch_byte_order called\n");
2476 fprintf_unfiltered (gdb_stdlog, "gdbarch_osabi called\n");
2486 fprintf_unfiltered (gdb_stdlog, "gdbarch_short_bit called\n");
2503 fprintf_unfiltered (gdb_stdlog, "gdbarch_int_bit called\n");
2520 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_bit called\n");
2537 fprintf_unfiltered (gdb_stdlog, "gdbarch_long_long_bit called\n");
2554 fprintf_unfiltered (gdb_stdlog, "gdbarch_float_bit called\n");
2571 fprintf_unfiltered (gdb_stdlog, "gdbarch_double_bi
[all...]
H A Dgdb-events.c56 fprintf_unfiltered (gdb_stdlog, "breakpoint_create_event\n");
66 fprintf_unfiltered (gdb_stdlog, "breakpoint_delete_event\n");
76 fprintf_unfiltered (gdb_stdlog, "breakpoint_modify_event\n");
86 fprintf_unfiltered (gdb_stdlog, "tracepoint_create_event\n");
96 fprintf_unfiltered (gdb_stdlog, "tracepoint_delete_event\n");
106 fprintf_unfiltered (gdb_stdlog, "tracepoint_modify_event\n");
116 fprintf_unfiltered (gdb_stdlog, "architecture_changed_event\n");
126 fprintf_unfiltered (gdb_stdlog, "target_changed_event\n");
136 fprintf_unfiltered (gdb_stdlog, "selected_frame_level_changed_event\n");
146 fprintf_unfiltered (gdb_stdlog, "selected_thread_changed_even
[all...]
H A Dlin-lwp.c318 fprintf_unfiltered (gdb_stdlog,
339 fprintf_unfiltered (gdb_stdlog,
394 fprintf_unfiltered (gdb_stdlog,
405 fprintf_unfiltered (gdb_stdlog, "DC: Pending %s for %s on detach.\n",
418 fprintf_unfiltered (gdb_stdlog,
447 fprintf_unfiltered (gdb_stdlog,
492 fprintf_unfiltered (gdb_stdlog,
566 fprintf_unfiltered (gdb_stdlog,
625 fprintf_unfiltered (gdb_stdlog, "WL: %s vanished.\n",
636 fprintf_unfiltered (gdb_stdlog,
[all...]
H A Dremote-sds.c366 fprintf_unfiltered (gdb_stdlog, "sds_interrupt called\n");
440 fprintf_unfiltered (gdb_stdlog, "Signals: %02x%02x %02x %02x\n",
686 fprintf_unfiltered (gdb_stdlog, "%c(%x)", ch, ch);
746 fprintf_unfiltered (gdb_stdlog, "Message to send: \"");
748 fprintf_unfiltered (gdb_stdlog, "%02x", buf[i]);
749 fprintf_unfiltered (gdb_stdlog, "\"\n");
788 fprintf_unfiltered (gdb_stdlog, "Sending encoded: \"%s\"", buf2);
789 fprintf_unfiltered (gdb_stdlog,
792 gdb_flush (gdb_stdlog);
820 fputs_filtered ("Timeout in mid-message, retrying\n", gdb_stdlog);
[all...]
H A Dmips-tdep.c319 fprintf_unfiltered (gdb_stdlog, "out ");
321 fprintf_unfiltered (gdb_stdlog, "%02x", out[buf_offset + i]);
332 fprintf_unfiltered (gdb_stdlog, "in ");
334 fprintf_unfiltered (gdb_stdlog, "%02x", in[buf_offset + i]);
337 fprintf_unfiltered (gdb_stdlog, "\n");
2765 fprintf_unfiltered (gdb_stdlog,
2777 fprintf_unfiltered (gdb_stdlog,
2796 fprintf_unfiltered (gdb_stdlog,
2811 fprintf_unfiltered (gdb_stdlog, " push");
2850 fprintf_unfiltered (gdb_stdlog, "
[all...]
H A Dgnu-nat.h99 fprintf_unfiltered (gdb_stdlog, "%s:%d: " msg "\r\n", __FILE__ , __LINE__ , ##args); } while (0)
H A Dserial.c365 fprintf_unfiltered (gdb_stdlog, "[");
366 serial_logchar (gdb_stdlog, 'r', ch, timeout);
367 fprintf_unfiltered (gdb_stdlog, "]");
368 gdb_flush (gdb_stdlog);
H A Dxmodem.c46 fputc_unfiltered (c, gdb_stdlog);
H A Dremote-mips.c549 fprintf_unfiltered (gdb_stdlog, "Expected \"");
550 fputs_readable (string, gdb_stdlog);
551 fprintf_unfiltered (gdb_stdlog, "\", got \"");
567 fprintf_unfiltered (gdb_stdlog, "\": FAIL\n");
572 fputc_readable (c, gdb_stdlog);
580 fprintf_unfiltered (gdb_stdlog, "\": OK\n");
652 fprintf_unfiltered (gdb_stdlog, "Read '%c' %d 0x%x\n", ch, ch, ch);
654 fprintf_unfiltered (gdb_stdlog, "Timed out in read\n");
670 fprintf_unfiltered (gdb_stdlog, "Reinitializing MIPS debugging mode\n");
858 fprintf_unfiltered (gdb_stdlog, "Writin
[all...]
H A Dutils.c2187 fputs_unfiltered (prev_suffix, gdb_stdlog);
2188 fputs_unfiltered ("\n", gdb_stdlog);
2189 fputs_unfiltered (prefix, gdb_stdlog);
2196 fputs_unfiltered (prefix, gdb_stdlog);
2209 fputc_unfiltered (ch, gdb_stdlog);
2212 fprintf_unfiltered (gdb_stdlog, "\\x%02x", ch & 0xff);
2216 fputs_unfiltered ("\\\\", gdb_stdlog);
2219 fputs_unfiltered ("\\b", gdb_stdlog);
2222 fputs_unfiltered ("\\f", gdb_stdlog);
2226 fputs_unfiltered ("\\n", gdb_stdlog);
[all...]
H A Dgdbarch.sh1692 fprintf_unfiltered (gdb_stdlog, "gdbarch_tdep called\\n");
1728 printf " fprintf_unfiltered (gdb_stdlog, \"gdbarch_${function} called\\\\n\");\n"
1779 printf " fprintf_unfiltered (gdb_stdlog, \"gdbarch_${function} called\\\\n\");\n"
1797 printf " fprintf_unfiltered (gdb_stdlog, \"gdbarch_${function} called\\\\n\");\n"
2079 fprintf_unfiltered (gdb_stdlog, "register_gdbarch_init (%s, 0x%08lx)\n",
2144 fprintf_unfiltered (gdb_stdlog,
2149 fprintf_unfiltered (gdb_stdlog,
2155 fprintf_unfiltered (gdb_stdlog,
2158 fprintf_unfiltered (gdb_stdlog,
2161 fprintf_unfiltered (gdb_stdlog,
[all...]
H A Dremote.c692 fprintf_unfiltered (gdb_stdlog,
733 fprintf_unfiltered (gdb_stdlog,
2721 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
2732 fprintf_unfiltered (gdb_stdlog, "remote_interrupt_twice called\n");
2770 fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
2793 fprintf_unfiltered (gdb_stdlog, "remote_stop called\n");
3310 fprintf_unfiltered (gdb_stdlog,
3592 fprintf_unfiltered (gdb_stdlog,
3599 fprintf_unfiltered (gdb_stdlog,
3973 fprintf_unfiltered (gdb_stdlog, "Sendin
[all...]
H A Darch-utils.c505 fprintf_unfiltered (gdb_stdlog, "gdbarch_update_p: "
515 fprintf_unfiltered (gdb_stdlog, "gdbarch_update_p: "
524 fprintf_unfiltered (gdb_stdlog, "gdbarch_update_p: "
H A Dmonitor.c166 vfprintf_filtered (gdb_stdlog, fmt, args);
354 fprintf_unfiltered (gdb_stdlog, "sent[%s]\n", safe_string);
382 fprintf_unfiltered (gdb_stdlog, "sent[%s]\n", safe_string);
529 fprintf_unfiltered (gdb_stdlog, "MON Expecting '%s'\n", safe_string);
1004 fprintf_unfiltered (gdb_stdlog, "monitor_interrupt called\n");
1927 fprintf_unfiltered (gdb_stdlog, "[%02x]", val);
1940 fprintf_unfiltered (gdb_stdlog, "\n");
H A Dia64-tdep.c1575 fprintf_unfiltered (gdb_stdlog,
1878 fprintf_unfiltered (gdb_stdlog,
1979 fprintf_unfiltered (gdb_stdlog,
2058 fprintf_unfiltered (gdb_stdlog,
2261 fprintf_unfiltered (gdb_stdlog,
2308 fprintf_unfiltered (gdb_stdlog,
2395 fprintf_unfiltered (gdb_stdlog, "get_kernel_table: found table `%s': "
2482 fprintf_unfiltered (gdb_stdlog, "ia64_find_proc_info_x: 0x%s -> "
2499 fprintf_unfiltered (gdb_stdlog, "ia64_find_proc_info_x: 0x%s -> "
2558 fprintf_unfiltered (gdb_stdlog,
[all...]
H A Dremote-rdp.c189 fprintf_unfiltered (gdb_stdlog, "[%02x]\n", c);
222 fprintf_unfiltered (gdb_stdlog, "(%02x)\n", val);
237 fprintf_unfiltered (gdb_stdlog, "(%04x)", val);
313 fprintf_unfiltered (gdb_stdlog, "[%02x]\n", restype);
348 fprintf_unfiltered (gdb_stdlog, "[%02x]\n", resval);
H A Devent-top.c1121 gdb_stdlog = gdb_stderr; /* for moment */
1184 gdb_stdlog = NULL;
H A Dmain.c74 struct ui_file *gdb_stdlog; variable in typeref:struct:ui_file
196 gdb_stdlog = gdb_stderr; /* for moment */
H A Dser-unix.c1232 fprintf_unfiltered (gdb_stdlog, "[fd%d->fd-scheduled]\n",
1237 fprintf_unfiltered (gdb_stdlog, "[fd%d->timer-scheduled]\n",
1315 fprintf_unfiltered (gdb_stdlog, "[fd%d->asynchronous]\n",
1322 fprintf_unfiltered (gdb_stdlog, "[fd%d->synchronous]\n",
/freebsd-10.1-release/contrib/gdb/gdb/cli/
H A Dcli-logging.c53 gdb_stdlog = saved_output.log;
97 saved_output.log = gdb_stdlog;
102 gdb_stdlog = output;
/freebsd-10.1-release/contrib/gdb/gdb/mi/
H A Dmi-cmds.c249 fprintf_unfiltered (gdb_stdlog, "%-30s %2d\n",
257 fprintf_filtered (gdb_stdlog, "Average %3.1f\n",
H A Dmi-interp.c122 gdb_stdlog = mi->log;
336 gdb_stdlog = gdb_stderr;
/freebsd-10.1-release/contrib/gdb/gdb/tui/
H A Dtui-io.c534 gdb_stdlog = gdb_stdout; /* for moment */
546 gdb_stdlog = gdb_stdout; /* for moment */

Completed in 423 milliseconds

12