Lines Matching defs:next_frame

779 amd64_frame_cache (struct frame_info *next_frame, void **this_cache)
791 cache->pc = frame_func_unwind (next_frame);
793 amd64_analyze_prologue (cache->pc, frame_pc_unwind (next_frame), cache);
804 frame_unwind_register (next_frame, AMD64_RSP_REGNUM, buf);
809 frame_unwind_register (next_frame, AMD64_RBP_REGNUM, buf);
832 amd64_frame_this_id (struct frame_info *next_frame, void **this_cache,
836 amd64_frame_cache (next_frame, this_cache);
846 amd64_frame_prev_register (struct frame_info *next_frame, void **this_cache,
852 amd64_frame_cache (next_frame, this_cache);
885 frame_register_unwind (next_frame, regnum,
897 amd64_frame_sniffer (struct frame_info *next_frame)
911 amd64_sigtramp_frame_cache (struct frame_info *next_frame, void **this_cache)
924 frame_unwind_register (next_frame, AMD64_RSP_REGNUM, buf);
927 addr = tdep->sigcontext_addr (next_frame);
939 amd64_sigtramp_frame_this_id (struct frame_info *next_frame,
943 amd64_sigtramp_frame_cache (next_frame, this_cache);
945 (*this_id) = frame_id_build (cache->base + 16, frame_pc_unwind (next_frame));
949 amd64_sigtramp_frame_prev_register (struct frame_info *next_frame,
956 amd64_sigtramp_frame_cache (next_frame, this_cache);
958 amd64_frame_prev_register (next_frame, this_cache, regnum,
970 amd64_sigtramp_frame_sniffer (struct frame_info *next_frame)
972 CORE_ADDR pc = frame_pc_unwind (next_frame);
989 amd64_frame_base_address (struct frame_info *next_frame, void **this_cache)
992 amd64_frame_cache (next_frame, this_cache);
1006 amd64_unwind_dummy_id (struct gdbarch *gdbarch, struct frame_info *next_frame)
1011 frame_unwind_register (next_frame, AMD64_RBP_REGNUM, buf);
1014 return frame_id_build (fp + 16, frame_pc_unwind (next_frame));