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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h432 typedef int (gdbarch_code_of_frame_writable_ftype) (struct gdbarch *gdbarch, struct frame_info *frame); typedef
434 extern void set_gdbarch_code_of_frame_writable (struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype *code_of_frame_writable);
H A Dgdbarch.c212 gdbarch_code_of_frame_writable_ftype *code_of_frame_writable;
2455 gdbarch_code_of_frame_writable_ftype code_of_frame_writable)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h345 typedef int (gdbarch_code_of_frame_writable_ftype) (struct gdbarch *gdbarch, frame_info_ptr frame); typedef
347 extern void set_gdbarch_code_of_frame_writable (struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype *code_of_frame_writable);
H A Dgdbarch.c102 gdbarch_code_of_frame_writable_ftype *code_of_frame_writable = default_code_of_frame_writable;
2290 gdbarch_code_of_frame_writable_ftype code_of_frame_writable)

Completed in 216 milliseconds