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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c302 gdbarch_get_siginfo_type_ftype *get_siginfo_type; member in struct:gdbarch
673 /* Skip verify of get_siginfo_type, has predicate. */
1078 "gdbarch_dump: get_siginfo_type = <%s>\n",
1079 host_address_to_string (gdbarch->get_siginfo_type));
4238 return gdbarch->get_siginfo_type != NULL;
4245 gdb_assert (gdbarch->get_siginfo_type != NULL);
4248 return gdbarch->get_siginfo_type (gdbarch);
4253 gdbarch_get_siginfo_type_ftype get_siginfo_type)
4255 gdbarch->get_siginfo_type = get_siginfo_type;
4252 set_gdbarch_get_siginfo_type(struct gdbarch *gdbarch, gdbarch_get_siginfo_type_ftype get_siginfo_type) argument
[all...]
H A Dgdbarch.h1179 extern void set_gdbarch_get_siginfo_type (struct gdbarch *gdbarch, gdbarch_get_siginfo_type_ftype *get_siginfo_type);
H A Dgdbarch.sh878 M;struct type *;get_siginfo_type;void;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c206 gdbarch_get_siginfo_type_ftype *get_siginfo_type = nullptr; member in struct:gdbarch
465 /* Skip verify of get_siginfo_type, has predicate. */
1164 "gdbarch_dump: get_siginfo_type = <%s>\n",
1165 host_address_to_string (gdbarch->get_siginfo_type));
4347 return gdbarch->get_siginfo_type != NULL;
4354 gdb_assert (gdbarch->get_siginfo_type != NULL);
4357 return gdbarch->get_siginfo_type (gdbarch);
4362 gdbarch_get_siginfo_type_ftype get_siginfo_type)
4364 gdbarch->get_siginfo_type = get_siginfo_type;
4361 set_gdbarch_get_siginfo_type(struct gdbarch *gdbarch, gdbarch_get_siginfo_type_ftype get_siginfo_type) argument
[all...]
H A Dgdbarch-gen.h1202 extern void set_gdbarch_get_siginfo_type (struct gdbarch *gdbarch, gdbarch_get_siginfo_type_ftype *get_siginfo_type);

Completed in 267 milliseconds