Lines Matching defs:next_frame

400 					      struct frame_info *next_frame,
818 mips_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
820 return frame_unwind_register_signed (next_frame,
830 mips_unwind_dummy_id (struct gdbarch *gdbarch, struct frame_info *next_frame)
832 return frame_id_build (frame_unwind_register_signed (next_frame, NUM_REGS + SP_REGNUM),
833 frame_pc_unwind (next_frame));
1488 mips_mdebug_frame_cache (struct frame_info *next_frame, void **this_cache)
1492 struct gdbarch *gdbarch = get_frame_arch (next_frame);
1504 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame);
1507 proc_desc = find_proc_desc (frame_pc_unwind (next_frame), next_frame, 1);
1515 cache->base = (frame_unwind_register_signed (next_frame, NUM_REGS + PROC_FRAME_REG (proc_desc))
1528 if (in_prologue (frame_pc_unwind (next_frame), PROC_LOW_ADDR (proc_desc))
1551 while (addr < frame_pc_unwind (next_frame))
1674 mips_mdebug_frame_this_id (struct frame_info *next_frame, void **this_cache,
1677 struct mips_frame_cache *info = mips_mdebug_frame_cache (next_frame,
1679 (*this_id) = frame_id_build (info->base, frame_func_unwind (next_frame));
1683 mips_mdebug_frame_prev_register (struct frame_info *next_frame,
1689 struct mips_frame_cache *info = mips_mdebug_frame_cache (next_frame,
1691 trad_frame_prev_register (next_frame, info->saved_regs, regnum,
1703 mips_mdebug_frame_sniffer (struct frame_info *next_frame)
1709 mips_mdebug_frame_base_address (struct frame_info *next_frame,
1712 struct mips_frame_cache *info = mips_mdebug_frame_cache (next_frame,
1725 mips_mdebug_frame_base_sniffer (struct frame_info *next_frame)
1991 struct frame_info *next_frame, CORE_ADDR sp)
2129 struct frame_info *next_frame, CORE_ADDR sp)
2189 frame_addr = read_next_frame_reg (next_frame, NUM_REGS + 30);
2212 frame_addr = read_next_frame_reg (next_frame, NUM_REGS + 30);
2235 struct frame_info *next_frame, int cur_frame)
2240 sp = read_next_frame_reg (next_frame, NUM_REGS + SP_REGNUM);
2256 mips16_heuristic_proc_desc (start_pc, limit_pc, next_frame, sp);
2258 mips32_heuristic_proc_desc (start_pc, limit_pc, next_frame, sp);
2449 find_proc_desc (CORE_ADDR pc, struct frame_info *next_frame, int cur_frame)
2464 if (next_frame == NULL)
2480 pc, next_frame, cur_frame);
2503 proc_desc = heuristic_proc_desc (startaddr, pc, next_frame, cur_frame);