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

  /src/external/gpl3/gdb/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;
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c 138 gdbarch_unwind_pc_ftype *unwind_pc = default_unwind_pc; member in struct:gdbarch
402 /* Skip verify of unwind_pc, invalid_p == 0 */
883 "gdbarch_dump: unwind_pc = <%s>\n",
884 host_address_to_string (gdbarch->unwind_pc));
3054 gdb_assert (gdbarch->unwind_pc != NULL);
3057 return gdbarch->unwind_pc (gdbarch, next_frame);
3062 gdbarch_unwind_pc_ftype unwind_pc)
3064 gdbarch->unwind_pc = unwind_pc;

Completed in 26 milliseconds