Searched refs:gdbarch_read_core_file_mappings (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcorelow.c202 gdbarch_read_core_file_mappings (m_core_gdbarch, core_bfd,
H A Dgdbarch.h1639 extern void gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, struct bfd *cbfd,gdb::function_view<void (ULONGEST count)> pre_loop_cb,gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb);
H A Dgdbarch.c5192 gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, struct bfd *cbfd,gdb::function_view<void (ULONGEST count)> pre_loop_cb,gdb::function_view<void (int num, ULONGEST start, ULONGEST end, ULONGEST file_ofs, const char *filename, const void *other)> loop_cb) function
5197 fprintf_unfiltered (gdb_stdlog, "gdbarch_read_core_file_mappings called\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcorelow.c219 gdbarch_read_core_file_mappings (m_core_gdbarch, core_bfd,
H A Dgdbarch-gen.h1657 extern void gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, struct bfd *cbfd, read_core_file_mappings_pre_loop_ftype pre_loop_cb, read_core_file_mappings_loop_ftype loop_cb);
H A Dgdbarch.c5302 gdbarch_read_core_file_mappings (struct gdbarch *gdbarch, struct bfd *cbfd, read_core_file_mappings_pre_loop_ftype pre_loop_cb, read_core_file_mappings_loop_ftype loop_cb) function
5307 gdb_printf (gdb_stdlog, "gdbarch_read_core_file_mappings called\n");

Completed in 230 milliseconds