Searched refs:core_read_description (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c296 gdbarch_core_read_description_ftype *core_read_description; member in struct:gdbarch
667 /* Skip verify of core_read_description, has predicate. */
880 "gdbarch_dump: core_read_description = <%s>\n",
881 host_address_to_string (gdbarch->core_read_description));
4101 return gdbarch->core_read_description != NULL;
4108 gdb_assert (gdbarch->core_read_description != NULL);
4111 return gdbarch->core_read_description (gdbarch, target, abfd);
4116 gdbarch_core_read_description_ftype core_read_description)
4118 gdbarch->core_read_description = core_read_description;
4115 set_gdbarch_core_read_description(struct gdbarch *gdbarch, gdbarch_core_read_description_ftype core_read_description) argument
[all...]
H A Dgdbarch.h1116 extern void set_gdbarch_core_read_description (struct gdbarch *gdbarch, gdbarch_core_read_description_ftype *core_read_description);
H A Dgdbarch.sh842 M;const struct target_desc *;core_read_description;struct target_ops *target, bfd *abfd;target, abfd
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c200 gdbarch_core_read_description_ftype *core_read_description = nullptr; member in struct:gdbarch
459 /* Skip verify of core_read_description, has predicate. */
1131 "gdbarch_dump: core_read_description = <%s>\n",
1132 host_address_to_string (gdbarch->core_read_description));
4210 return gdbarch->core_read_description != NULL;
4217 gdb_assert (gdbarch->core_read_description != NULL);
4220 return gdbarch->core_read_description (gdbarch, target, abfd);
4225 gdbarch_core_read_description_ftype core_read_description)
4227 gdbarch->core_read_description = core_read_description;
4224 set_gdbarch_core_read_description(struct gdbarch *gdbarch, gdbarch_core_read_description_ftype core_read_description) argument
[all...]
H A Dgdbarch-gen.h1139 extern void set_gdbarch_core_read_description (struct gdbarch *gdbarch, gdbarch_core_read_description_ftype *core_read_description);

Completed in 138 milliseconds