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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgcore.c78 generation should be converted to gdbarch_make_corefile_notes; at that
83 note_data.reset (gdbarch_make_corefile_notes (target_gdbarch (), obfd,
H A Dgdbarch.h916 extern char * gdbarch_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size);
H A Dgdbarch.c3704 gdbarch_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size) function
3709 fprintf_unfiltered (gdb_stdlog, "gdbarch_make_corefile_notes called\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgcore.c77 generation should be converted to gdbarch_make_corefile_notes; at that
82 note_data = gdbarch_make_corefile_notes (target_gdbarch (), obfd,
H A Dgdbarch-gen.h895 extern gdb::unique_xmalloc_ptr<char> gdbarch_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size);
H A Dgdbarch.c3676 gdbarch_make_corefile_notes (struct gdbarch *gdbarch, bfd *obfd, int *note_size) function in class:gdb
3681 gdb_printf (gdb_stdlog, "gdbarch_make_corefile_notes called\n");

Completed in 139 milliseconds