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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c215 gdbarch_print_vector_info_ftype *print_vector_info; member in struct:gdbarch
586 /* Skip verify of print_vector_info, has predicate. */
1237 "gdbarch_dump: print_vector_info = <%s>\n",
1238 host_address_to_string (gdbarch->print_vector_info));
2498 return gdbarch->print_vector_info != NULL;
2505 gdb_assert (gdbarch->print_vector_info != NULL);
2508 gdbarch->print_vector_info (gdbarch, file, frame, args);
2513 gdbarch_print_vector_info_ftype print_vector_info)
2515 gdbarch->print_vector_info = print_vector_info;
2512 set_gdbarch_print_vector_info(struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype print_vector_info) argument
[all...]
H A Dinfcmd.c2332 print_vector_info (struct ui_file *file,
2363 print_vector_info (gdb_stdout, get_selected_frame (NULL), args);
2324 print_vector_info (struct ui_file *file, function
H A Dgdbarch.h448 extern void set_gdbarch_print_vector_info (struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype *print_vector_info);
H A Dgdbarch.sh470 M;void;print_vector_info;struct ui_file *file, struct frame_info *frame, const char *args;file, frame, args
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c105 gdbarch_print_vector_info_ftype *print_vector_info = nullptr; member in struct:gdbarch
359 /* Skip verify of print_vector_info, has predicate. */
735 "gdbarch_dump: print_vector_info = <%s>\n",
736 host_address_to_string (gdbarch->print_vector_info));
2333 return gdbarch->print_vector_info != NULL;
2340 gdb_assert (gdbarch->print_vector_info != NULL);
2343 gdbarch->print_vector_info (gdbarch, file, frame, args);
2348 gdbarch_print_vector_info_ftype print_vector_info)
2350 gdbarch->print_vector_info = print_vector_info;
2347 set_gdbarch_print_vector_info(struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype print_vector_info) argument
[all...]
H A Dinfcmd.c2410 print_vector_info (struct ui_file *file,
2441 print_vector_info (gdb_stdout, get_selected_frame (nullptr), args);
2402 print_vector_info (struct ui_file *file, function
H A Dgdbarch-gen.h361 extern void set_gdbarch_print_vector_info (struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype *print_vector_info);

Completed in 225 milliseconds