Lines Matching defs:next_frame

210   struct frame_info *next_frame = (struct frame_info *) baton;
211 struct gdbarch *gdbarch = get_frame_arch (next_frame);
218 frame_unwind_register (next_frame, regnum, buf);
244 struct frame_info *next_frame, CORE_ADDR initial)
250 ctx->baton = next_frame;
261 result = read_reg (next_frame, result);
272 struct frame_info *next_frame,
275 CORE_ADDR pc = frame_pc_unwind (next_frame);
578 dwarf2_frame_cache (struct frame_info *next_frame, void **this_cache)
581 struct gdbarch *gdbarch = get_frame_arch (next_frame);
614 fs->pc = frame_unwind_address_in_block (next_frame);
627 fde->cie->end, next_frame, fs);
634 execute_cfa_program (fde->instructions, fde->end, next_frame, fs);
640 cache->cfa = read_reg (next_frame, fs->cfa_reg);
646 execute_stack_op (fs->cfa_exp, fs->cfa_exp_len, next_frame, 0);
738 dwarf2_frame_this_id (struct frame_info *next_frame, void **this_cache,
742 dwarf2_frame_cache (next_frame, this_cache);
744 (*this_id) = frame_id_build (cache->cfa, frame_func_unwind (next_frame));
748 dwarf2_frame_prev_register (struct frame_info *next_frame, void **this_cache,
753 struct gdbarch *gdbarch = get_frame_arch (next_frame);
755 dwarf2_frame_cache (next_frame, this_cache);
771 frame_unwind_register (next_frame, regnum, valuep);
789 frame_register_unwind (next_frame, regnum,
798 next_frame, cache->cfa);
815 frame_register_unwind (next_frame, regnum,
820 frame_register_unwind (next_frame, regnum,
849 dwarf2_frame_sniffer (struct frame_info *next_frame)
854 CORE_ADDR block_addr = frame_unwind_address_in_block (next_frame);
870 dwarf2_frame_base_address (struct frame_info *next_frame, void **this_cache)
873 dwarf2_frame_cache (next_frame, this_cache);
887 dwarf2_frame_base_sniffer (struct frame_info *next_frame)
889 CORE_ADDR pc = frame_pc_unwind (next_frame);