HomeSort by: relevance | last modified time | path
    Searched defs:code_of_frame_writable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 99 gdbarch_code_of_frame_writable_ftype *code_of_frame_writable = default_code_of_frame_writable; member in struct:gdbarch
362 /* Skip verify of code_of_frame_writable, invalid_p == 0. */
748 "gdbarch_dump: code_of_frame_writable = <%s>\n",
749 host_address_to_string (gdbarch->code_of_frame_writable));
2360 gdb_assert (gdbarch->code_of_frame_writable != NULL);
2363 return gdbarch->code_of_frame_writable (gdbarch, frame);
2368 gdbarch_code_of_frame_writable_ftype code_of_frame_writable)
2370 gdbarch->code_of_frame_writable = code_of_frame_writable;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 99 gdbarch_code_of_frame_writable_ftype *code_of_frame_writable = default_code_of_frame_writable; member in struct:gdbarch
359 /* Skip verify of code_of_frame_writable, invalid_p == 0 */
742 "gdbarch_dump: code_of_frame_writable = <%s>\n",
743 host_address_to_string (gdbarch->code_of_frame_writable));
2345 gdb_assert (gdbarch->code_of_frame_writable != NULL);
2348 return gdbarch->code_of_frame_writable (gdbarch, frame);
2353 gdbarch_code_of_frame_writable_ftype code_of_frame_writable)
2355 gdbarch->code_of_frame_writable = code_of_frame_writable;

Completed in 27 milliseconds