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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c232 gdbarch_skip_entrypoint_ftype *skip_entrypoint; member in struct:gdbarch
601 /* Skip verify of skip_entrypoint, has predicate. */
1369 "gdbarch_dump: skip_entrypoint = <%s>\n",
1370 host_address_to_string (gdbarch->skip_entrypoint));
2821 return gdbarch->skip_entrypoint != NULL;
2828 gdb_assert (gdbarch->skip_entrypoint != NULL);
2831 return gdbarch->skip_entrypoint (gdbarch, ip);
2836 gdbarch_skip_entrypoint_ftype skip_entrypoint)
2838 gdbarch->skip_entrypoint = skip_entrypoint;
2835 set_gdbarch_skip_entrypoint(struct gdbarch *gdbarch, gdbarch_skip_entrypoint_ftype skip_entrypoint) argument
[all...]
H A Dgdbarch.h556 may provide the skip_entrypoint callback. It is called with IP set
559 actual breakpoint needs to be set. Note that skip_entrypoint is used
567 extern void set_gdbarch_skip_entrypoint (struct gdbarch *gdbarch, gdbarch_skip_entrypoint_ftype *skip_entrypoint);
H A Dgdbarch.sh525 # may provide the skip_entrypoint callback. It is called with IP set
528 # actual breakpoint needs to be set. Note that skip_entrypoint is used
531 M;CORE_ADDR;skip_entrypoint;CORE_ADDR ip;ip
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c123 gdbarch_skip_entrypoint_ftype *skip_entrypoint = nullptr; member in struct:gdbarch
378 /* Skip verify of skip_entrypoint, has predicate. */
804 "gdbarch_dump: skip_entrypoint = <%s>\n",
805 host_address_to_string (gdbarch->skip_entrypoint));
2674 return gdbarch->skip_entrypoint != NULL;
2681 gdb_assert (gdbarch->skip_entrypoint != NULL);
2684 return gdbarch->skip_entrypoint (gdbarch, ip);
2689 gdbarch_skip_entrypoint_ftype skip_entrypoint)
2691 gdbarch->skip_entrypoint = skip_entrypoint;
2688 set_gdbarch_skip_entrypoint(struct gdbarch *gdbarch, gdbarch_skip_entrypoint_ftype skip_entrypoint) argument
[all...]
H A Dgdbarch-gen.h480 may provide the skip_entrypoint callback. It is called with IP set
483 actual breakpoint needs to be set. Note that skip_entrypoint is used
491 extern void set_gdbarch_skip_entrypoint (struct gdbarch *gdbarch, gdbarch_skip_entrypoint_ftype *skip_entrypoint);

Completed in 233 milliseconds