Searched refs:gdbarch_cannot_fetch_register_ftype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h457 typedef int (gdbarch_cannot_fetch_register_ftype) (struct gdbarch *gdbarch, int regnum); typedef
459 extern void set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);
H A Dgdbarch.c217 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register;
2547 gdbarch_cannot_fetch_register_ftype cannot_fetch_register)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h370 typedef int (gdbarch_cannot_fetch_register_ftype) (struct gdbarch *gdbarch, int regnum); typedef
372 extern void set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);
H A Dgdbarch.c107 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register = cannot_register_not;
2382 gdbarch_cannot_fetch_register_ftype cannot_fetch_register)

Completed in 219 milliseconds