Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbarch.c208 gdbarch_get_siginfo_type_ftype *get_siginfo_type = nullptr; member
1196 host_address_to_string (gdbarch->get_siginfo_type)); in gdbarch_dump()
4479 return gdbarch->get_siginfo_type != NULL; in gdbarch_get_siginfo_type_p()
4486 gdb_assert (gdbarch->get_siginfo_type != NULL); in gdbarch_get_siginfo_type()
4489 return gdbarch->get_siginfo_type (gdbarch); in gdbarch_get_siginfo_type()
4494 gdbarch_get_siginfo_type_ftype get_siginfo_type) in set_gdbarch_get_siginfo_type() argument
4496 gdbarch->get_siginfo_type = get_siginfo_type; in set_gdbarch_get_siginfo_type()
Dgdbarch-gen.h1287 …barch_get_siginfo_type (struct gdbarch *gdbarch, gdbarch_get_siginfo_type_ftype *get_siginfo_type);
DChangeLog-200912463 * gdbarch.sh (get_siginfo_type): New.
DChangeLog-201711506 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
DChangeLog-20207104 (nbsd_init_abi): Install gdbarch "get_siginfo_type" method.