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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c217 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register; member in struct:gdbarch
415 gdbarch->cannot_fetch_register = cannot_register_not;
588 /* Skip verify of cannot_fetch_register, invalid_p == 0 */
841 "gdbarch_dump: cannot_fetch_register = <%s>\n",
842 host_address_to_string (gdbarch->cannot_fetch_register));
2539 gdb_assert (gdbarch->cannot_fetch_register != NULL);
2542 return gdbarch->cannot_fetch_register (gdbarch, regnum);
2547 gdbarch_cannot_fetch_register_ftype cannot_fetch_register)
2549 gdbarch->cannot_fetch_register = cannot_fetch_register;
2546 set_gdbarch_cannot_fetch_register(struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype cannot_fetch_register) argument
[all...]
H A Dgdbarch.h459 extern void set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);
H A Dgdbarch.sh474 m;int;cannot_fetch_register;int regnum;regnum;;cannot_register_not;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c107 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register = cannot_register_not; member in struct:gdbarch
361 /* Skip verify of cannot_fetch_register, invalid_p == 0 */
741 "gdbarch_dump: cannot_fetch_register = <%s>\n",
742 host_address_to_string (gdbarch->cannot_fetch_register));
2374 gdb_assert (gdbarch->cannot_fetch_register != NULL);
2377 return gdbarch->cannot_fetch_register (gdbarch, regnum);
2382 gdbarch_cannot_fetch_register_ftype cannot_fetch_register)
2384 gdbarch->cannot_fetch_register = cannot_fetch_register;
2381 set_gdbarch_cannot_fetch_register(struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype cannot_fetch_register) argument
H A Dgdbarch-gen.h372 extern void set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);

Completed in 289 milliseconds