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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h609 typedef int (gdbarch_memory_remove_breakpoint_ftype) (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt); typedef
611 extern void set_gdbarch_memory_remove_breakpoint (struct gdbarch *gdbarch, gdbarch_memory_remove_breakpoint_ftype *memory_remove_breakpoint);
H A Dgdbarch.c240 gdbarch_memory_remove_breakpoint_ftype *memory_remove_breakpoint;
2979 gdbarch_memory_remove_breakpoint_ftype memory_remove_breakpoint)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h533 typedef int (gdbarch_memory_remove_breakpoint_ftype) (struct gdbarch *gdbarch, struct bp_target_info *bp_tgt); typedef
535 extern void set_gdbarch_memory_remove_breakpoint (struct gdbarch *gdbarch, gdbarch_memory_remove_breakpoint_ftype *memory_remove_breakpoint);
H A Dgdbarch.c131 gdbarch_memory_remove_breakpoint_ftype *memory_remove_breakpoint = default_memory_remove_breakpoint;
2832 gdbarch_memory_remove_breakpoint_ftype memory_remove_breakpoint)

Completed in 283 milliseconds