HomeSort by: relevance | last modified time | path
    Searched refs:unwind_pc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 138 gdbarch_unwind_pc_ftype *unwind_pc = default_unwind_pc; member in struct:gdbarch
405 /* Skip verify of unwind_pc, invalid_p == 0. */
889 "gdbarch_dump: unwind_pc = <%s>\n",
890 host_address_to_string (gdbarch->unwind_pc));
3069 gdb_assert (gdbarch->unwind_pc != NULL);
3072 return gdbarch->unwind_pc (gdbarch, next_frame);
3077 gdbarch_unwind_pc_ftype unwind_pc)
3079 gdbarch->unwind_pc = unwind_pc;
gdbarch-gen.h 640 extern void set_gdbarch_unwind_pc (struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype *unwind_pc);
gdbarch_components.py 1159 name="unwind_pc",
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c 139 gdbarch_unwind_pc_ftype *unwind_pc = default_unwind_pc; member in struct:gdbarch
408 /* Skip verify of unwind_pc, invalid_p == 0. */
896 "gdbarch_dump: unwind_pc = <%s>\n",
897 host_address_to_string (gdbarch->unwind_pc));
3099 gdb_assert (gdbarch->unwind_pc != NULL);
3102 return gdbarch->unwind_pc (gdbarch, next_frame);
3107 gdbarch_unwind_pc_ftype unwind_pc)
3109 gdbarch->unwind_pc = unwind_pc;
gdbarch-gen.h 648 extern void set_gdbarch_unwind_pc (struct gdbarch *gdbarch, gdbarch_unwind_pc_ftype *unwind_pc);
gdbarch_components.py 1172 name="unwind_pc",

Completed in 24 milliseconds