Searched refs:frame_func_unwind (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_sparc64.c103 cache->pc = frame_func_unwind(next_frame);
193 pc = frame_func_unwind(next_frame);
H A Dtrgt_amd64.c126 cache->pc = frame_func_unwind(next_frame);
H A Dtrgt_powerpc.c117 cache->pc = frame_func_unwind(next_frame);
H A Dtrgt_powerpc64.c114 cache->pc = frame_func_unwind(next_frame);
H A Dtrgt_i386.c191 cache->pc = frame_func_unwind(next_frame);
287 cache->pc = frame_func_unwind(next_frame);
H A Dtrgt_arm.c139 cache->pc = frame_func_unwind(next_frame);
H A Dtrgt_mips.c165 cache->pc = frame_func_unwind(next_frame);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dalpha-mdebug-tdep.c250 *this_id = frame_id_build (info->vfp, frame_func_unwind (next_frame));
H A Dframe.h103 frame's function (as returned by frame_func_unwind(). */
263 extern CORE_ADDR frame_func_unwind (struct frame_info *fi);
H A Dlibunwind-frame.c141 cache->func_addr = frame_func_unwind (next_frame);
H A Dframe.c433 frame_func_unwind (struct frame_info *fi) function
444 "{ frame_func_unwind (fi=%d) -> 0x%s }\n",
453 return frame_func_unwind (fi->next);
H A Dalpha-tdep.c812 code_addr = frame_func_unwind (next_frame);
H A Damd64-tdep.c791 cache->pc = frame_func_unwind (next_frame);
H A Ddwarf2-frame.c744 (*this_id) = frame_id_build (cache->cfa, frame_func_unwind (next_frame));
H A Dsparc-tdep.c624 cache->pc = frame_func_unwind (next_frame);
H A Di386-tdep.c795 cache->pc = frame_func_unwind (next_frame);
H A Darm-tdep.c951 func = frame_func_unwind (next_frame);
H A Dia64-tdep.c1552 cache->pc = frame_func_unwind (next_frame);
H A Ds390-tdep.c1781 func = frame_func_unwind (next_frame);
H A Dmips-tdep.c1679 (*this_id) = frame_id_build (info->base, frame_func_unwind (next_frame));

Completed in 135 milliseconds