Lines Matching defs:next_frame

1040 examine_prologue (CORE_ADDR pc, CORE_ADDR lim_pc, struct frame_info *next_frame, struct ia64_frame_cache *cache)
1091 if (!next_frame ||
1209 if (next_frame)
1211 frame_unwind_register (next_frame, sp_regnum, buf);
1414 if (!frameless && next_frame)
1455 frame_unwind_register (next_frame, cfm_reg, buf);
1518 ia64_frame_cache (struct frame_info *next_frame, void **this_cache)
1531 frame_unwind_register (next_frame, sp_regnum, buf);
1537 frame_unwind_register (next_frame, IA64_BSP_REGNUM, buf);
1540 frame_unwind_register (next_frame, IA64_PSR_REGNUM, buf);
1543 frame_unwind_register (next_frame, IA64_CFM_REGNUM, buf);
1552 cache->pc = frame_func_unwind (next_frame);
1555 examine_prologue (cache->pc, frame_pc_unwind (next_frame), next_frame, cache);
1563 ia64_frame_this_id (struct frame_info *next_frame, void **this_cache,
1567 ia64_frame_cache (next_frame, this_cache);
1576 "regular frame id: code 0x%s, stack 0x%s, special 0x%s, next_frame %p\n",
1579 paddr_nz (cache->bsp), next_frame);
1583 ia64_frame_prev_register (struct frame_info *next_frame, void **this_cache,
1589 ia64_frame_cache (next_frame, this_cache);
1631 ia64_frame_prev_register (next_frame, this_cache, IA64_CFM_REGNUM,
1656 frame_unwind_register (next_frame, IA64_PFS_REGNUM, valuep);
1676 ia64_frame_prev_register (next_frame, this_cache, IA64_PR_REGNUM,
1700 ia64_frame_prev_register (next_frame, this_cache, IA64_UNAT_REGNUM,
1726 frame_unwind_register (next_frame, IA64_BSP_REGNUM, buf);
1730 frame_unwind_register (next_frame, IA64_RNAT_REGNUM, buf);
1759 frame_unwind_register (next_frame, IA64_BR0_REGNUM, buf);
1776 frame_unwind_register (next_frame, IA64_PSR_REGNUM, buf);
1789 frame_unwind_register (next_frame, IA64_BR0_REGNUM, buf);
1835 ia64_frame_prev_register (next_frame, this_cache, IA64_CFM_REGNUM,
1838 ia64_frame_prev_register (next_frame, this_cache, IA64_BSP_REGNUM,
1874 frame_unwind_register (next_frame, regnum, valuep);
1893 ia64_frame_sniffer (struct frame_info *next_frame)
1940 ia64_sigtramp_frame_cache (struct frame_info *next_frame, void **this_cache)
1952 frame_unwind_register (next_frame, sp_regnum, buf);
1957 frame_unwind_register (next_frame, IA64_BSP_REGNUM, buf);
1960 frame_unwind_register (next_frame, IA64_CFM_REGNUM, buf);
1971 ia64_sigtramp_frame_this_id (struct frame_info *next_frame,
1975 ia64_sigtramp_frame_cache (next_frame, this_cache);
1977 (*this_id) = frame_id_build_special (cache->base, frame_pc_unwind (next_frame), cache->bsp);
1980 "sigtramp frame id: code 0x%s, stack 0x%s, special 0x%s, next_frame %p\n",
1983 paddr_nz (cache->bsp), next_frame);
1987 ia64_sigtramp_frame_prev_register (struct frame_info *next_frame,
1997 ia64_sigtramp_frame_cache (next_frame, this_cache);
2073 ia64_sigtramp_frame_sniffer (struct frame_info *next_frame)
2076 CORE_ADDR pc = frame_pc_unwind (next_frame);
2088 ia64_frame_base_address (struct frame_info *next_frame, void **this_cache)
2091 ia64_frame_cache (next_frame, this_cache);
2210 struct frame_info *next_frame = arg;
2274 frame_unwind_register (next_frame, IA64_IP_REGNUM, buf);
2276 frame_unwind_register (next_frame, IA64_PSR_REGNUM, buf);
2285 frame_unwind_register (next_frame, IA64_BSP_REGNUM, buf);
2287 frame_unwind_register (next_frame, IA64_CFM_REGNUM, buf);
2296 frame_unwind_register (next_frame, IA64_BSP_REGNUM, buf);
2302 frame_unwind_register (next_frame, regnum, buf);
2575 ia64_libunwind_frame_this_id (struct frame_info *next_frame, void **this_cache,
2582 libunwind_frame_this_id (next_frame, this_cache, &id);
2585 frame_unwind_register (next_frame, IA64_BSP_REGNUM, buf);
2592 "libunwind frame id: code 0x%s, stack 0x%s, special 0x%s, next_frame %p\n",
2594 paddr_nz (bsp), next_frame);
2598 ia64_libunwind_frame_prev_register (struct frame_info *next_frame,
2612 libunwind_frame_prev_register (next_frame, this_cache, reg,
2627 frame_unwind_register (next_frame, IA64_CFM_REGNUM, buf);
2662 libunwind_frame_prev_register (next_frame, this_cache, IA64_CFM_REGNUM,
2687 ia64_libunwind_frame_sniffer (struct frame_info *next_frame)
2689 if (libunwind_is_initialized () && libunwind_frame_sniffer (next_frame))
3208 ia64_unwind_dummy_id (struct gdbarch *gdbarch, struct frame_info *next_frame)
3213 frame_unwind_register (next_frame, sp_regnum, buf);
3216 frame_unwind_register (next_frame, IA64_BSP_REGNUM, buf);
3222 paddr_nz (frame_pc_unwind (next_frame)),
3225 return frame_id_build_special (sp, frame_pc_unwind (next_frame), bsp);
3229 ia64_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
3234 frame_unwind_register (next_frame, IA64_IP_REGNUM, buf);
3236 frame_unwind_register (next_frame, IA64_PSR_REGNUM, buf);