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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c212 gdbarch_code_of_frame_writable_ftype *code_of_frame_writable; member in struct:gdbarch
411 gdbarch->code_of_frame_writable = default_code_of_frame_writable;
583 /* Skip verify of code_of_frame_writable, invalid_p == 0 */
853 "gdbarch_dump: code_of_frame_writable = <%s>\n",
854 host_address_to_string (gdbarch->code_of_frame_writable));
2447 gdb_assert (gdbarch->code_of_frame_writable != NULL);
2450 return gdbarch->code_of_frame_writable (gdbarch, frame);
2455 gdbarch_code_of_frame_writable_ftype code_of_frame_writable)
2457 gdbarch->code_of_frame_writable = code_of_frame_writable;
2454 set_gdbarch_code_of_frame_writable(struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype code_of_frame_writable) argument
[all...]
H A Dgdbarch.h434 extern void set_gdbarch_code_of_frame_writable (struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype *code_of_frame_writable);
H A Dgdbarch.sh466 m;int;code_of_frame_writable;struct frame_info *frame;frame;;default_code_of_frame_writable;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c102 gdbarch_code_of_frame_writable_ftype *code_of_frame_writable = default_code_of_frame_writable; member in struct:gdbarch
356 /* Skip verify of code_of_frame_writable, invalid_p == 0 */
723 "gdbarch_dump: code_of_frame_writable = <%s>\n",
724 host_address_to_string (gdbarch->code_of_frame_writable));
2282 gdb_assert (gdbarch->code_of_frame_writable != NULL);
2285 return gdbarch->code_of_frame_writable (gdbarch, frame);
2290 gdbarch_code_of_frame_writable_ftype code_of_frame_writable)
2292 gdbarch->code_of_frame_writable = code_of_frame_writable;
2289 set_gdbarch_code_of_frame_writable(struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype code_of_frame_writable) argument
H A Dgdbarch-gen.h347 extern void set_gdbarch_code_of_frame_writable (struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype *code_of_frame_writable);

Completed in 247 milliseconds