| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdbarch-gen.c | 102 gdbarch_print_vector_info_ftype *print_vector_info = nullptr; member in struct:gdbarch 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; [all...] |
| infcmd.c | 2411 print_vector_info (struct ui_file *file, 2442 print_vector_info (gdb_stdout, get_selected_frame (nullptr), args); 2403 print_vector_info (struct ui_file *file, function
|
| gdbarch-gen.h | 381 extern void set_gdbarch_print_vector_info (struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype *print_vector_info);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdbarch-gen.c | 102 gdbarch_print_vector_info_ftype *print_vector_info = nullptr; member in struct:gdbarch 367 /* Skip verify of print_vector_info, has predicate. */ 764 "gdbarch_dump: print_vector_info = <%s>\n", 765 host_address_to_string (gdbarch->print_vector_info)); 2424 return gdbarch->print_vector_info != NULL; 2431 gdb_assert (gdbarch->print_vector_info != NULL); 2434 gdbarch->print_vector_info (gdbarch, file, frame, args); 2439 gdbarch_print_vector_info_ftype print_vector_info) 2441 gdbarch->print_vector_info = print_vector_info; [all...] |
| infcmd.c | 2409 print_vector_info (struct ui_file *file, 2440 print_vector_info (gdb_stdout, get_selected_frame (nullptr), args); 2401 print_vector_info (struct ui_file *file, function
|
| gdbarch-gen.h | 381 extern void set_gdbarch_print_vector_info (struct gdbarch *gdbarch, gdbarch_print_vector_info_ftype *print_vector_info);
|