Home
last modified time | relevance | path

Searched refs:code_of_frame_writable (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbarch.c99 gdbarch_code_of_frame_writable_ftype *code_of_frame_writable = default_code_of_frame_writable; member
743 host_address_to_string (gdbarch->code_of_frame_writable)); in gdbarch_dump()
2345 gdb_assert (gdbarch->code_of_frame_writable != NULL); in gdbarch_code_of_frame_writable()
2348 return gdbarch->code_of_frame_writable (gdbarch, frame); in gdbarch_code_of_frame_writable()
2353 … gdbarch_code_of_frame_writable_ftype code_of_frame_writable) in set_gdbarch_code_of_frame_writable() argument
2355 gdbarch->code_of_frame_writable = code_of_frame_writable; in set_gdbarch_code_of_frame_writable()
Dgdbarch-gen.h367 …e_writable (struct gdbarch *gdbarch, gdbarch_code_of_frame_writable_ftype *code_of_frame_writable);
DChangeLog-20167170 code_of_frame_writable if the target is M-profile.
7173 * gdbarch.sh (code_of_frame_writable): New.