Home | History | Annotate | Download | only in gdb

Lines Matching refs:print_vector_info

102   gdbarch_print_vector_info_ftype *print_vector_info = nullptr;
365 /* Skip verify of print_vector_info, has predicate. */
760 "gdbarch_dump: print_vector_info = <%s>\n",
761 host_address_to_string (gdbarch->print_vector_info));
2411 return gdbarch->print_vector_info != NULL;
2418 gdb_assert (gdbarch->print_vector_info != NULL);
2421 gdbarch->print_vector_info (gdbarch, file, frame, args);
2426 gdbarch_print_vector_info_ftype print_vector_info)
2428 gdbarch->print_vector_info = print_vector_info;