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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h565 typedef CORE_ADDR (gdbarch_skip_entrypoint_ftype) (struct gdbarch *gdbarch, CORE_ADDR ip); typedef
567 extern void set_gdbarch_skip_entrypoint (struct gdbarch *gdbarch, gdbarch_skip_entrypoint_ftype *skip_entrypoint);
H A Dgdbarch.c232 gdbarch_skip_entrypoint_ftype *skip_entrypoint;
2836 gdbarch_skip_entrypoint_ftype skip_entrypoint)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h489 typedef CORE_ADDR (gdbarch_skip_entrypoint_ftype) (struct gdbarch *gdbarch, CORE_ADDR ip); typedef
491 extern void set_gdbarch_skip_entrypoint (struct gdbarch *gdbarch, gdbarch_skip_entrypoint_ftype *skip_entrypoint);
H A Dgdbarch.c123 gdbarch_skip_entrypoint_ftype *skip_entrypoint = nullptr;
2689 gdbarch_skip_entrypoint_ftype skip_entrypoint)

Completed in 312 milliseconds