Searched refs:gdb_stdout (Results 1 - 25 of 82) sorted by relevance

1234

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacrocmd.c41 help_list (macrolist, "macro ", -1, gdb_stdout);
72 fputs_filtered ("expands to: ", gdb_stdout);
73 fputs_filtered (expanded, gdb_stdout);
74 fputs_filtered ("\n", gdb_stdout);
79 gdb_stdout);
108 fputs_filtered ("expands to: ", gdb_stdout);
109 fputs_filtered (expanded, gdb_stdout);
110 fputs_filtered ("\n", gdb_stdout);
115 gdb_stdout);
131 fprintf_filtered (gdb_stdout, " include
[all...]
H A Dprintcmd.c768 Fetch it from memory and print on gdb_stdout. */
816 print_address (next_address, gdb_stdout);
844 print_formatted (last_examine_value, format, size, gdb_stdout);
847 gdb_flush (gdb_stdout);
926 print_formatted (val, format, fmt.size, gdb_stdout);
989 print_formatted (val, format, fmt.size, gdb_stdout);
994 gdb_flush (gdb_stdout);
1075 fprintf_symbol_filtered (gdb_stdout, exp,
1092 fprintf_symbol_filtered (gdb_stdout, exp,
1095 print_address_numeric (load_addr, 1, gdb_stdout);
1573 d->format.format, d->format.size, gdb_stdout); local
[all...]
H A Dmain.c72 struct ui_file *gdb_stdout; variable in typeref:struct:ui_file
194 gdb_stdout = stdio_fileopen (stdout);
540 print_gdb_version (gdb_stdout);
548 print_gdb_help (gdb_stdout);
549 fputs_unfiltered ("\n", gdb_stdout);
561 print_gdb_version (gdb_stdout);
565 gdb_flush (gdb_stdout); /* Force to screen during slow operations */
595 print_gdb_version (gdb_stdout);
599 gdb_flush (gdb_stdout); /* Force to screen during slow operations */
H A Dfbsd-proc.c90 fprintf_filtered (gdb_stdout,
104 fprintf_filtered (gdb_stdout,
H A Dutils.c577 gdb_flush (gdb_stdout);
653 gdb_flush (gdb_stdout);
674 gdb_flush (gdb_stdout);
922 gdb_flush (gdb_stdout);
944 gdb_flush (gdb_stdout);
1292 gdb_flush (gdb_stdout);
1297 vfprintf_filtered (gdb_stdout, ctlstr, args);
1304 gdb_flush (gdb_stdout);
1393 gdb_flush (gdb_stdout);
1398 vfprintf_filtered (gdb_stdout, ctlst
[all...]
H A Dstack.c529 gdb_flush (gdb_stdout);
657 args.stream = gdb_stdout;
916 print_address_numeric (get_frame_base (fi), 1, gdb_stdout);
922 print_address_numeric (get_frame_base (fi), 1, gdb_stdout);
926 print_address_numeric (get_frame_pc (fi), 1, gdb_stdout);
932 fprintf_symbol_filtered (gdb_stdout, funname, funlang,
941 print_address_numeric (frame_pc_unwind (fi), 1, gdb_stdout);
956 1, gdb_stdout);
965 gdb_stdout);
984 print_address_numeric (arg_list, 1, gdb_stdout);
913 print_address_numeric (get_frame_base (fi), 1, gdb_stdout); local
919 print_address_numeric (get_frame_base (fi), 1, gdb_stdout); local
923 print_address_numeric (get_frame_pc (fi), 1, gdb_stdout); local
938 print_address_numeric (frame_pc_unwind (fi), 1, gdb_stdout); local
953 1, gdb_stdout); local
[all...]
H A Devent-top.c306 fputs_unfiltered (new_prompt, gdb_stdout);
307 gdb_flush (gdb_stdout);
646 gdb_flush (gdb_stdout);
1048 gdb_flush (gdb_stdout);
1119 gdb_stdout = stdio_fileopen (stdout);
1182 ui_file_delete (gdb_stdout);
H A Dannotate.c430 print_address_numeric (pc, 0, gdb_stdout);
440 print_address_numeric (pc, 0, gdb_stdout);
H A Ddsrec.c106 gdb_flush (gdb_stdout);
136 gdb_flush (gdb_stdout);
H A Dgcore.c65 fprintf_filtered (gdb_stdout,
109 fprintf_filtered (gdb_stdout, "Saved corefile %s\n", corefilename);
324 fprintf_filtered (gdb_stdout, "Ignore segment, %s bytes at 0x%s\n",
381 fprintf_filtered (gdb_stdout, "Save segment, %s bytes at 0x%s\n",
H A Dsymmisc.c252 gdb_print_host_address (objfile, gdb_stdout);
254 gdb_print_host_address (objfile->obfd, gdb_stdout);
267 gdb_print_host_address (psymtab, gdb_stdout);
286 gdb_print_host_address (symtab, gdb_stdout);
1072 print_address_numeric (psymtab->textlow, 1, gdb_stdout);
1074 print_address_numeric (psymtab->texthigh, 1, gdb_stdout);
1183 print_address_numeric (ps->textlow, 1, gdb_stdout);
1185 print_address_numeric (ps->texthigh, 1, gdb_stdout);
1196 print_address_numeric (ps->textlow, 1, gdb_stdout);
1198 print_address_numeric (ps->texthigh, 1, gdb_stdout);
1199 print_address_numeric (BLOCK_START (b), 1, gdb_stdout); local
1201 print_address_numeric (BLOCK_END (b), 1, gdb_stdout); local
[all...]
H A Dtypeprint.c163 type_print (real_type, "", gdb_stdout, -1);
169 type_print (type, "", gdb_stdout, show);
223 type_print (type, "", gdb_stdout, 1);
H A Dmaint.c91 help_list (maintenancelist, "maintenance ", -1, gdb_stdout);
197 help_list (maintenanceinfolist, "maintenance info ", -1, gdb_stdout);
410 gdbarch_dump (current_gdbarch, gdb_stdout);
429 help_list (maintenanceprintlist, "maintenance print ", -1, gdb_stdout);
619 help_list (maintenance_set_cmdlist, "maintenance set ", -1, gdb_stdout);
H A Dgdbtypes.c1235 gdb_flush (gdb_stdout);
1283 gdb_flush (gdb_stdout);
2714 gdb_print_host_address (TYPE_FN_FIELDLISTS (type), gdb_stdout);
2723 gdb_stdout);
2734 gdb_stdout);
2737 gdb_print_host_address (TYPE_FN_FIELD_TYPE (f, overload_idx), gdb_stdout);
2744 gdb_print_host_address (TYPE_FN_FIELD_ARGS (f, overload_idx), gdb_stdout);
2752 gdb_stdout);
2784 gdb_print_host_address (TYPE_FIELD_VIRTUAL_BITS (type), gdb_stdout);
2797 gdb_print_host_address (TYPE_FIELD_PRIVATE_BITS (type), gdb_stdout);
2713 gdb_print_host_address (TYPE_FN_FIELDLISTS (type), gdb_stdout); local
2722 gdb_stdout); local
2733 gdb_stdout); local
2736 gdb_print_host_address (TYPE_FN_FIELD_TYPE (f, overload_idx), gdb_stdout); local
2743 gdb_print_host_address (TYPE_FN_FIELD_ARGS (f, overload_idx), gdb_stdout); local
2751 gdb_stdout); local
2783 gdb_print_host_address (TYPE_FIELD_VIRTUAL_BITS (type), gdb_stdout); local
2796 gdb_print_host_address (TYPE_FIELD_PRIVATE_BITS (type), gdb_stdout); local
2806 gdb_print_host_address (TYPE_FIELD_PROTECTED_BITS (type), gdb_stdout); local
2886 gdb_print_host_address (TYPE_NAME (type), gdb_stdout); local
2890 gdb_print_host_address (TYPE_TAG_NAME (type), gdb_stdout); local
2985 gdb_print_host_address (TYPE_OBJFILE (type), gdb_stdout); local
2988 gdb_print_host_address (TYPE_TARGET_TYPE (type), gdb_stdout); local
2995 gdb_print_host_address (TYPE_POINTER_TYPE (type), gdb_stdout); local
2998 gdb_print_host_address (TYPE_REFERENCE_TYPE (type), gdb_stdout); local
3001 gdb_print_host_address (TYPE_CHAIN (type), gdb_stdout); local
3071 gdb_print_host_address (TYPE_FIELDS (type), gdb_stdout); local
3079 gdb_print_host_address (TYPE_FIELD_TYPE (type, idx), gdb_stdout); local
3084 gdb_print_host_address (TYPE_FIELD_NAME (type, idx), gdb_stdout); local
3092 gdb_print_host_address (TYPE_VPTR_BASETYPE (type), gdb_stdout); local
3103 gdb_print_host_address (TYPE_CPLUS_SPECIFIC (type), gdb_stdout); local
3123 gdb_print_host_address (TYPE_CPLUS_SPECIFIC (type), gdb_stdout); local
[all...]
H A Dxmodem.c231 gdb_flush (gdb_stdout);
H A Dinfcmd.c870 print_address_numeric (addr, 1, gdb_stdout);
1636 gdbarch_print_registers_info (current_gdbarch, gdb_stdout,
1674 gdbarch_print_registers_info (current_gdbarch, gdb_stdout,
1688 gdbarch_print_registers_info (current_gdbarch, gdb_stdout,
1715 gdb_stdout, deprecated_selected_frame,
1771 print_vector_info (current_gdbarch, gdb_stdout, deprecated_selected_frame, args);
1964 print_float_info (current_gdbarch, gdb_stdout, deprecated_selected_frame, args);
1973 help_list (unsetlist, "unset ", -1, gdb_stdout);
H A Dremote-utils.c569 fputc_unfiltered (*p, gdb_stdout);
571 fputc_unfiltered (ch, gdb_stdout);
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-logging.c50 ui_file_delete (gdb_stdout);
51 gdb_stdout = saved_output.out;
71 fprintf_unfiltered (gdb_stdout, "Already logging to %s.\n",
80 /* Redirects everything to gdb_stdout while this is running. */
83 output = tee_file_new (gdb_stdout, 0, output, 1);
87 fprintf_unfiltered (gdb_stdout, "Copying output to %s.\n",
91 fprintf_unfiltered (gdb_stdout, "Redirecting output to %s.\n",
95 saved_output.out = gdb_stdout;
100 gdb_stdout = output;
105 if (ui_out_redirect (uiout, gdb_stdout) <
[all...]
H A Dcli-interp.c60 /* gdb_setup_readline will change gdb_stdout. If the CLI was previously
61 writing to gdb_stdout, then set it to the new gdb_stdout afterwards. */
63 stream = cli_out_set_stream (cli_uiout, gdb_stdout);
64 if (stream != gdb_stdout)
73 cli_out_set_stream (cli_uiout, gdb_stdout);
105 /* gdb_stdout could change between the time cli_uiout was initialized
107 a new ui_file for gdb_stdout, use that one instead of the default.
111 old_stream = cli_out_set_stream (cli_uiout, gdb_stdout);
153 cli_uiout = cli_out_new (gdb_stdout);
[all...]
H A Dcli-cmds.c196 help_list (infolist, "info ", -1, gdb_stdout);
214 help_cmd (command, gdb_stdout);
301 print_gdb_version (gdb_stdout);
486 gdb_flush (gdb_stdout);
612 print_address_numeric (sal.pc, 1, gdb_stdout);
614 fputs_filtered (SYMBOL_PRINT_NAME (sym), gdb_stdout);
619 print_address_numeric (sal.pc, 1, gdb_stdout);
779 print_address_numeric (sal.pc, 1, gdb_stdout);
781 fputs_filtered (SYMBOL_PRINT_NAME (sym), gdb_stdout);
786 print_address_numeric (sal.pc, 1, gdb_stdout);
609 fputs_filtered (SYMBOL_PRINT_NAME (sym), gdb_stdout); local
776 fputs_filtered (SYMBOL_PRINT_NAME (sym), gdb_stdout); local
[all...]
H A Dcli-dump.c184 help_list (dump_cmdlist, "dump ", -1, gdb_stdout);
191 help_list (dump_cmdlist, "append ", -1, gdb_stdout);
640 help_list (srec_cmdlist, "dump srec ", -1, gdb_stdout);
647 help_list (ihex_cmdlist, "dump ihex ", -1, gdb_stdout);
654 help_list (tekhex_cmdlist, "dump tekhex ", -1, gdb_stdout);
661 help_list (binary_dump_cmdlist, "dump binary ", -1, gdb_stdout);
668 help_list (binary_append_cmdlist, "append binary ", -1, gdb_stdout);
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-interp.c69 /* gdb_setup_readline will change gdb_stdout. If the TUI was previously
70 writing to gdb_stdout, then set it to the new gdb_stdout afterwards. */
72 stream = cli_out_set_stream (tui_old_uiout, gdb_stdout);
73 if (stream != gdb_stdout)
82 cli_out_set_stream (tui_old_uiout, gdb_stdout);
200 tui_out = tui_out_new (gdb_stdout);
H A Dtui-hooks.c84 gdb_flush (gdb_stdout);
86 vfprintf_filtered (gdb_stdout, msg, argp);
90 gdb_flush (gdb_stdout);
H A Dtui-io.c85 For this, the gdb_stdout and gdb_stderr are redirected to the specific
527 tui_old_stdout = gdb_stdout;
532 gdb_stdout = tui_stdout;
534 gdb_stdlog = gdb_stdout; /* for moment */
544 gdb_stdout = tui_old_stdout;
546 gdb_stdlog = gdb_stdout; /* for moment */
604 tui_old_uiout = uiout = cli_out_new (gdb_stdout);
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-interp.c119 gdb_stdout = mi->out;
333 gdb_stdout = mi_console_file_new (raw_stdout, "~", '"');
340 mi_out object wired up to the above gdb_stdout / gdb_stderr? */

Completed in 270 milliseconds

1234