Searched refs:print_vector_info (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c177 gdbarch_print_vector_info_ftype *print_vector_info; member in struct:gdbarch
344 0, /* print_vector_info */
647 /* Skip verify of print_vector_info, has predicate */
1979 "gdbarch_dump: print_vector_info = 0x%08lx\n",
1980 (long) current_gdbarch->print_vector_info);
3647 return gdbarch->print_vector_info != NULL;
3654 gdb_assert (gdbarch->print_vector_info != NULL);
3657 gdbarch->print_vector_info (gdbarch, file, frame, args);
3662 gdbarch_print_vector_info_ftype print_vector_info)
3664 gdbarch->print_vector_info
3661 set_gdbarch_print_vector_info(struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype print_vector_info) argument
[all...]
H A Dinfcmd.c1740 print_vector_info (struct gdbarch *gdbarch, struct ui_file *file,
1771 print_vector_info (current_gdbarch, gdb_stdout, deprecated_selected_frame, args);
1728 print_vector_info (struct gdbarch *gdbarch, struct ui_file *file, function
H A Dgdbarch.h998 extern void set_gdbarch_print_vector_info (struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype *print_vector_info);

Completed in 118 milliseconds