Home
last modified time | relevance | path

Searched refs:gdb_printf (Results 1 – 25 of 226) sorted by relevance

12345678910

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcopying.c15 gdb_printf (" GNU GENERAL PUBLIC LICENSE\n"); in show_copying_command()
16 gdb_printf (" Version 3, 29 June 2007\n"); in show_copying_command()
17 gdb_printf ("\n"); in show_copying_command()
18 gdb_printf (" Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n"); in show_copying_command()
19 gdb_printf (" Everyone is permitted to copy and distribute verbatim copies\n"); in show_copying_command()
20 gdb_printf (" of this license document, but changing it is not allowed.\n"); in show_copying_command()
21 gdb_printf ("\n"); in show_copying_command()
22 gdb_printf (" Preamble\n"); in show_copying_command()
23 gdb_printf ("\n"); in show_copying_command()
24 gdb_printf (" The GNU General Public License is a free, copyleft license for\n"); in show_copying_command()
[all …]
Dsymmisc.c60 gdb_printf (_("Statistics for '%s':\n"), objfile_name (objfile)); in print_objfile_statistics()
62 gdb_printf (_(" Number of \"stab\" symbols read: %d\n"), in print_objfile_statistics()
65 gdb_printf (_(" Number of \"minimal\" symbols read: %d\n"), in print_objfile_statistics()
68 gdb_printf (_(" Number of \"full\" symbols read: %d\n"), in print_objfile_statistics()
71 gdb_printf (_(" Number of \"types\" defined: %d\n"), in print_objfile_statistics()
86 gdb_printf (_(" Number of symbol tables: %d\n"), i); in print_objfile_statistics()
87 gdb_printf (_(" Number of symbol tables with line tables: %d\n"), in print_objfile_statistics()
89 gdb_printf (_(" Number of symbol tables with blockvectors: %d\n"), in print_objfile_statistics()
95 gdb_printf (_(" Space used by string tables: %d\n"), in print_objfile_statistics()
97 gdb_printf (_(" Total memory used for objfile obstack: %s\n"), in print_objfile_statistics()
[all …]
Dgdbarch.c546 gdb_printf (file, in gdbarch_dump()
549 gdb_printf (file, in gdbarch_dump()
552 gdb_printf (file, in gdbarch_dump()
555 gdb_printf (file, in gdbarch_dump()
558 gdb_printf (file, in gdbarch_dump()
561 gdb_printf (file, in gdbarch_dump()
564 gdb_printf (file, in gdbarch_dump()
567 gdb_printf (file, in gdbarch_dump()
570 gdb_printf (file, in gdbarch_dump()
573 gdb_printf (file, in gdbarch_dump()
[all …]
Dp-typeprint.c91 gdb_printf (stream, "type "); in print_typedef()
92 gdb_printf (stream, "%s = ", new_symbol->print_name ()); in print_typedef()
94 gdb_printf (stream, ";"); in print_typedef()
109 gdb_printf (stream, "%s%s ", in type_print_derivation_info()
113 gdb_printf (stream, "%s", name ? name : "(null)"); in type_print_derivation_info()
187 gdb_printf (stream, "^"); in type_print_varspec_prefix()
195 gdb_printf (stream, "("); in type_print_varspec_prefix()
199 gdb_printf (stream, "function "); in type_print_varspec_prefix()
203 gdb_printf (stream, "procedure "); in type_print_varspec_prefix()
208 gdb_printf (stream, " "); in type_print_varspec_prefix()
[all …]
Dbcache.c247 gdb_printf (_("(not applicable)\n")); in print_percentage()
249 gdb_printf ("%3d%%\n", (int) (portion * 100.0 / total)); in print_percentage()
327 gdb_printf (_(" M_Cached '%s' statistics:\n"), type); in print_statistics()
328 gdb_printf (_(" Total object count: %ld\n"), m_total_count); in print_statistics()
329 gdb_printf (_(" Unique object count: %lu\n"), m_unique_count); in print_statistics()
330 gdb_printf (_(" Percentage of duplicates, by count: ")); in print_statistics()
332 gdb_printf ("\n"); in print_statistics()
334 gdb_printf (_(" Total object size: %ld\n"), m_total_size); in print_statistics()
335 gdb_printf (_(" Unique object size: %ld\n"), m_unique_size); in print_statistics()
336 gdb_printf (_(" Percentage of duplicates, by size: ")); in print_statistics()
[all …]
Dmemattr.c64 gdb_printf (file, _("Unknown memory addresses will " in show_inaccessible_by_default()
67 gdb_printf (file, _("Unknown memory addresses " in show_inaccessible_by_default()
125 gdb_printf (_("invalid memory region: low >= high\n")); in create_user_mem_region()
152 gdb_printf (_("overlapping memory region\n")); in create_user_mem_region()
343 gdb_printf (_("Using memory regions provided by the target.\n")); in info_mem_command()
345 gdb_printf (_("Using user-defined memory regions.\n")); in info_mem_command()
351 gdb_printf (_("There are no memory regions defined.\n")); in info_mem_command()
355 gdb_printf ("Num "); in info_mem_command()
356 gdb_printf ("Enb "); in info_mem_command()
357 gdb_printf ("Low Addr "); in info_mem_command()
[all …]
Ddarwin-nat-info.c56 gdb_printf(_(#field":\t%#lx\n"), (unsigned long) (structure)->field)
59 gdb_printf(_(#field":\t%u.%06u sec\n"), \
85 gdb_printf (_("%d processes:\n"), count); in info_mach_tasks_command()
96 gdb_printf (_(" %s is %d has task %#x\n"), in info_mach_tasks_command()
102 gdb_printf (_(" %s is %d unknown task port\n"), in info_mach_tasks_command()
120 gdb_printf (_("No inferior running\n")); in get_task_from_args()
131 gdb_printf (_("cannot parse task id '%s'\n"), args); in get_task_from_args()
155 gdb_printf (_("TASK_BASIC_INFO for 0x%x:\n"), task); in info_mach_task_command()
167 gdb_printf (_("\nTASK_EVENTS_INFO:\n")); in info_mach_task_command()
183 gdb_printf (_("\nTASK_THREAD_TIMES_INFO:\n")); in info_mach_task_command()
[all …]
Dc-typeprint.c182 gdb_printf (stream, "typedef "); in c_print_typedef()
188 gdb_printf (stream, " %s", new_symbol->print_name ()); in c_print_typedef()
189 gdb_printf (stream, ";"); in c_print_typedef()
229 gdb_printf (stream, "%s%s ", in cp_type_print_derivation_info()
238 gdb_printf (stream, "(null)"); in cp_type_print_derivation_info()
284 gdb_printf (stream, ", "); in cp_type_print_method_args()
295 gdb_printf (stream, "..."); in cp_type_print_method_args()
297 gdb_printf (stream, ", ..."); in cp_type_print_method_args()
302 gdb_printf (stream, "void"); in cp_type_print_method_args()
305 gdb_printf (stream, ")"); in cp_type_print_method_args()
[all …]
Dada-typeprint.c169 gdb_printf (stream, "<>"); in print_range()
176 gdb_printf (stream, " .. "); in print_range()
182 gdb_printf (stream, "%.*s", in print_range()
231 gdb_printf (stream, "%.*s", bound_len, bound); in print_range_bound()
250 gdb_printf (stream, "?"); in print_dynamic_range_bound()
300 gdb_printf (stream, " .. "); in print_range_type()
319 gdb_printf (stream, "("); in print_enum_type()
327 gdb_printf (stream, ", "); in print_enum_type()
333 gdb_printf (stream, " => %s", in print_enum_type()
339 gdb_printf (stream, ")"); in print_enum_type()
[all …]
Dtop.c138 gdb_printf (file, _("Whether to confirm potentially " in show_confirm()
399 gdb_printf ("%s\n", _(lang_frame_mismatch_warn)); in check_frame_language_change()
554 gdb_printf in execute_command()
851 gdb_printf (file, _("Saving of the history record on exit is %s.\n"), in show_write_history_p()
854 gdb_printf (file, _("Saving of the history is disabled due to " in show_write_history_p()
866 gdb_printf (file, _("The size of the command history is %s.\n"), in show_history_size()
878 gdb_printf (file, in show_history_remove_duplicates()
890 gdb_printf (file, _("The filename in which to record " in show_history_filename()
894 gdb_printf (file, _("There is no filename currently set for " in show_history_filename()
1319 gdb_printf (stream, "%ps\n", in print_gdb_version()
[all …]
Df-typeprint.c114 gdb_printf (stream, "("); in f_type_print_varspec_prefix()
172 gdb_printf (stream, "("); in f_type_print_varspec_suffix()
196 gdb_printf (stream, ":"); in f_type_print_varspec_suffix()
201 gdb_printf (stream, "%s:", plongest (lower_bound)); in f_type_print_varspec_suffix()
207 gdb_printf (stream, "*"); in f_type_print_varspec_suffix()
222 gdb_printf (stream, ")"); in f_type_print_varspec_suffix()
224 gdb_printf (stream, ","); in f_type_print_varspec_suffix()
232 gdb_printf (stream, " )"); in f_type_print_varspec_suffix()
243 gdb_printf (stream, ") "); in f_type_print_varspec_suffix()
244 gdb_printf (stream, "("); in f_type_print_varspec_suffix()
[all …]
Dexpprint.c63 gdb_printf (stream, _("%*sOperation: "), depth, ""); in dump_for_expression()
68 gdb_printf (stream, "<unknown %d>", op); in dump_for_expression()
85 gdb_printf (stream, _("%*sString: %s\n"), depth, "", str.c_str ()); in dump_for_expression()
91 gdb_printf (stream, _("%*sType: "), depth, ""); in dump_for_expression()
93 gdb_printf (stream, "\n"); in dump_for_expression()
99 gdb_printf (stream, _("%*sConstant: %s\n"), depth, "", in dump_for_expression()
106 gdb_printf (stream, _("%*sConstant: %s\n"), depth, "", val.str ().c_str ()); in dump_for_expression()
112 gdb_printf (stream, _("%*sInternalvar: $%s\n"), depth, "", in dump_for_expression()
119 gdb_printf (stream, _("%*sSymbol: %s\n"), depth, "", in dump_for_expression()
128 gdb_printf (stream, _("%*sMinsym %s in objfile %s\n"), depth, "", in dump_for_expression()
[all …]
Dm2-typeprint.c166 gdb_printf (stream, "TYPE "); in print_typedef()
170 gdb_printf (stream, "%s = ", new_symbol->print_name ()); in print_typedef()
172 gdb_printf (stream, "<builtin> = "); in print_typedef()
174 gdb_printf (stream, ";"); in print_typedef()
203 gdb_printf (stream, "["); in m2_range()
205 gdb_printf (stream, ".."); in m2_range()
207 gdb_printf (stream, "]"); in m2_range()
228 gdb_printf (stream, "ARRAY ["); in m2_array()
235 gdb_printf (stream, ".."); in m2_array()
243 gdb_printf (stream, "] OF "); in m2_array()
[all …]
Dnetbsd-nat.c250 gdb_printf ("Save segment, %ld bytes at %s (%c%c%c)\n", in find_memory_regions()
325 gdb_printf (_("process %d\n"), pid); in info_proc()
331 gdb_printf ("cmdline = '%s'\n", cmdline.get ()); in info_proc()
339 gdb_printf ("cwd = '%s'\n", cwd.c_str ()); in info_proc()
347 gdb_printf ("exe = '%s'\n", exe); in info_proc()
401 gdb_printf ("Name: %s\n", kp.p_comm); in info_proc()
402 gdb_printf ("State: %s\n", process_status(kp.p_realstat)); in info_proc()
403 gdb_printf ("Parent process: %" PRId32 "\n", kp.p_ppid); in info_proc()
404 gdb_printf ("Process group: %" PRId32 "\n", kp.p__pgid); in info_proc()
405 gdb_printf ("Session id: %" PRId32 "\n", kp.p_sid); in info_proc()
[all …]
Dpsymtab.c434 gdb_printf (_("Reading in symbols for %s...\n"), in psymtab_to_symtab()
503 gdb_printf (outfile, " %s partial symbols:\n", what); in print_partial_symbols()
507 gdb_printf (outfile, " `%s'", p->ginfo.linkage_name ()); in print_partial_symbols()
510 gdb_printf (outfile, " `%s'", in print_partial_symbols()
592 gdb_printf (outfile, "\n"); in print_partial_symbols()
605 gdb_printf (outfile, "\nAnonymous partial symtab (%s) ", in dump_psymtab()
610 gdb_printf (outfile, "\nPartial symtab for source file %s ", in dump_psymtab()
613 gdb_printf (outfile, "(object %s)\n\n", in dump_psymtab()
615 gdb_printf (outfile, " Read from object file %s (%s)\n", in dump_psymtab()
620 gdb_printf in dump_psymtab()
[all …]
Dtarget-descriptions.c1242 gdb_printf (file, in show_tdesc_filename_cmd()
1246 gdb_printf (file, in show_tdesc_filename_cmd()
1286 gdb_printf ("/* THIS FILE IS GENERATED. " in print_c_tdesc()
1298 gdb_printf (" Original: %s */\n\n", in visit_pre()
1301 gdb_printf ("#include \"osabi.h\"\n"); in visit_pre()
1302 gdb_printf ("#include \"target-descriptions.h\"\n"); in visit_pre()
1303 gdb_printf ("\n"); in visit_pre()
1305 gdb_printf ("const struct target_desc *tdesc_%s;\n", m_function); in visit_pre()
1306 gdb_printf ("static void\n"); in visit_pre()
1307 gdb_printf ("initialize_tdesc_%s (void)\n", m_function); in visit_pre()
[all …]
Dprintcmd.c108 gdb_printf (file, in show_max_symbolic_offset()
121 gdb_printf (file, _("Printing of source filename and " in show_print_symbol_filename()
577 gdb_printf (stream, "%+d", offset); in print_address_symbolic()
586 gdb_printf (stream, ":%d", line); in print_address_symbolic()
827 gdb_printf (_("No line number information available " in find_instruction_backward()
831 gdb_printf ("\n"); in find_instruction_backward()
913 gdb_printf (_("Cannot access memory at address %s\n"), in read_memory_backward()
1148 gdb_printf (_("<Allocation Tag %s for range [%s,%s)>\n"), in do_examine()
1160 gdb_printf (":"); in do_examine()
1165 gdb_printf ("\t"); in do_examine()
[all …]
Dgo32-nat.c661 gdb_printf ("You are running a DJGPP V2 program.\n"); in files_info()
894 gdb_printf ("Inferior's terminal is in %s mode.\n", in terminal_info()
906 gdb_printf ("\tFile handle %d is redirected to `%s'.\n", in terminal_info()
909 gdb_printf in terminal_info()
914 gdb_printf in terminal_info()
1058 gdb_printf ("%lu KB", datum >> 10); in print_mem()
1060 gdb_printf (" (%lu MB)", datum >> 20); in print_mem()
1063 gdb_printf ("%lu Bytes", datum); in print_mem()
1129 gdb_printf ("CPU Type.......................%s", u.machine); in go32_sysinfo()
1131 gdb_printf (" (%s)", cpuid_vendor); in go32_sysinfo()
[all …]
Dsymfile-debug.c95 gdb_printf (gdb_stdlog, "qf->has_symbols (%s) = %d\n", in has_partial_symbols()
106 gdb_printf (gdb_stdlog, "qf->has_unexpanded_symtabs (%s)\n", in has_unexpanded_symtabs()
120 gdb_printf (gdb_stdlog, "qf->has_unexpanded_symtabs (%s) = %d\n", in has_unexpanded_symtabs()
132 gdb_printf (gdb_stdlog, "qf->find_last_source_symtab (%s)\n", in find_last_source_symtab()
143 gdb_printf (gdb_stdlog, "qf->find_last_source_symtab (...) = %s\n", in find_last_source_symtab()
153 gdb_printf (gdb_stdlog, "qf->forget_cached_source_info (%s)\n", in forget_cached_source_info()
178 gdb_printf (gdb_stdlog, in map_symtabs_matching_filename()
232 gdb_printf (gdb_stdlog, in map_symtabs_matching_filename()
248 gdb_printf (gdb_stdlog, in lookup_symbol()
293 gdb_printf (gdb_stdlog, "qf->lookup_symbol (...) = %s\n", in lookup_symbol()
[all …]
Dregcache-dump.c46 gdb_printf (file, "Cooked value"); in dump_reg()
48 gdb_printf (file, "Raw value"); in dump_reg()
63 gdb_printf (file, "<invalid>"); in dump_reg()
65 gdb_printf (file, "<unavailable>"); in dump_reg()
76 gdb_printf (file, "<cooked>"); in dump_reg()
105 gdb_printf (file, "Cooked value"); in dump_reg()
107 gdb_printf (file, "Raw value"); in dump_reg()
123 gdb_printf (file, "<invalid>"); in dump_reg()
125 gdb_printf (file, "<unavailable>"); in dump_reg()
131 gdb_printf (file, "<cooked>"); in dump_reg()
[all …]
Dcsky-tdep.c500 gdb_printf (gdb_stdlog, "csky: r%d saved at offset 0x%x\n", in print_savedreg_msg()
503 gdb_printf (gdb_stdlog, "csky: continuing\n"); in print_savedreg_msg()
795 gdb_printf (gdb_stdlog, in csky_push_dummy_call()
986 gdb_printf (gdb_stdlog, in csky_analyze_prologue()
1010 gdb_printf (gdb_stdlog, in csky_analyze_prologue()
1036 gdb_printf (gdb_stdlog, in csky_analyze_prologue()
1049 gdb_printf (gdb_stdlog, in csky_analyze_prologue()
1057 gdb_printf (gdb_stdlog, "csky: continuing\n"); in csky_analyze_prologue()
1267 gdb_printf (gdb_stdlog, in csky_analyze_prologue()
1276 gdb_printf (gdb_stdlog, in csky_analyze_prologue()
[all …]
Dtracepoint.c364 gdb_printf (_("Trace state variable $%s " in trace_variable_command()
376 gdb_printf (_("Trace state variable $%s " in trace_variable_command()
479 gdb_printf (fp, "tvariable $%s", tsv.name.c_str ()); in save_trace_state_variables()
481 gdb_printf (fp, " = %s", plongest (tsv.initial_value)); in save_trace_state_variables()
482 gdb_printf (fp, "\n"); in save_trace_state_variables()
824 gdb_printf ("collect register %d\n", regno); in add_remote_register()
893 gdb_printf ("(%d,%s,%ld)\n", type, paddress (gdbarch, base), len); in add_memrange()
922 gdb_printf ("%s: don't know symbol class %d\n", in collect_symbol()
926 gdb_printf ("constant %s (value %s) will not be collected.\n", in collect_symbol()
933 gdb_printf ("LOC_STATIC %s: collect %ld bytes at %s.\n", in collect_symbol()
[all …]
Dada-valprint.c101 gdb_printf (stream, " => "); in print_optional_low_bound()
166 gdb_printf (stream, ",\n"); in val_print_packed_array_elements()
171 gdb_printf (stream, ", "); in val_print_packed_array_elements()
176 gdb_printf (stream, "\n"); in val_print_packed_array_elements()
215 gdb_printf (stream, _(" %p[<repeats %u times>%p]"), in val_print_packed_array_elements()
232 gdb_printf (stream, ",\n"); in val_print_packed_array_elements()
237 gdb_printf (stream, ", "); in val_print_packed_array_elements()
253 gdb_printf (stream, "..."); in val_print_packed_array_elements()
274 gdb_printf (stream, "\"\""); in ada_emit_char()
276 gdb_printf (stream, "%c", c); in ada_emit_char()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-logging.c33 gdb_printf (file, _("The current logfile is \"%ps\".\n"), in show_logging_filename()
59 gdb_printf (file, _("on: Logging overwrites the log file.\n")); in show_logging_overwrite()
61 gdb_printf (file, _("off: Logging appends to the log file.\n")); in show_logging_overwrite()
80 gdb_printf (file, _("on: Output will go only to the log file.\n")); in show_logging_redirect()
82 gdb_printf in show_logging_redirect()
92 gdb_printf (file, _("on: Debug output will go only to the log file.\n")); in show_logging_debug_redirect()
94 gdb_printf in show_logging_debug_redirect()
116 gdb_printf ("Already logging to %s.\n", in handle_redirections()
129 gdb_printf ("Copying output to %s.\n", in handle_redirections()
132 gdb_printf ("Redirecting output to %s.\n", in handle_redirections()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-interp.c271 gdb_printf (this->event_channel, "thread-created,id=\"%d\",group-id=\"i%d\"", in on_new_thread()
283 gdb_printf (this->event_channel, "thread-exited,id=\"%d\",group-id=\"i%d\"", in on_thread_exited()
298 gdb_printf (this->event_channel, in on_record_changed()
303 gdb_printf (this->event_channel, in on_record_changed()
309 gdb_printf (this->event_channel, in on_record_changed()
322 gdb_printf (this->event_channel, "thread-group-added,id=\"i%d\"", inf->num); in on_inferior_added()
332 gdb_printf (this->event_channel, "thread-group-started,id=\"i%d\",pid=\"%d\"", in on_inferior_appeared()
344 gdb_printf (this->event_channel, in on_inferior_disappeared()
348 gdb_printf (this->event_channel, in on_inferior_disappeared()
360 gdb_printf (this->event_channel, "thread-group-removed,id=\"i%d\"", inf->num); in on_inferior_removed()
[all …]

12345678910