Searched refs:next_frame (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dalpha-osf1-tdep.c42 struct frame_info *next_frame = get_next_frame (this_frame); local
45 if (next_frame != NULL)
46 next_id = get_frame_id (next_frame);
H A Dmicroblaze-linux-tdep.c67 microblaze_linux_sigtramp_cache (struct frame_info *next_frame, argument
75 struct gdbarch *gdbarch = get_frame_arch (next_frame);
78 base = frame_unwind_register_unsigned (next_frame, MICROBLAZE_SP_REGNUM);
79 if (bias > 0 && get_frame_address_in_block (next_frame) != func)
97 struct frame_info *next_frame,
101 microblaze_linux_sigtramp_cache (next_frame, this_cache, func,
96 microblaze_linux_sighandler_cache_init(const struct tramp_frame *self, struct frame_info *next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Dinline-frame.c212 struct frame_info *next_frame; local
233 for (next_frame = get_next_frame (this_frame);
234 next_frame && get_frame_type (next_frame) == INLINE_FRAME;
235 next_frame = get_next_frame (next_frame))
244 if (state != NULL && state->skipped_frames > 0 && next_frame == NULL)
393 struct frame_info *next_frame; local
398 for (next_frame = get_next_frame (this_frame);
399 next_frame
[all...]
H A Dmicroblaze-tdep.c417 microblaze_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
422 frame_unwind_register (next_frame, MICROBLAZE_PC_REGNUM, buf);
427 if (frame_relative_level (next_frame) >= 0)
466 microblaze_frame_cache (struct frame_info *next_frame, void **this_cache)
469 struct gdbarch *gdbarch = get_frame_arch (next_frame);
478 cache->saved_regs = trad_frame_alloc_saved_regs (next_frame);
484 func = get_frame_func (next_frame);
486 cache->pc = get_frame_address_in_block (next_frame); argument
492 microblaze_frame_this_id (struct frame_info *next_frame, void **this_cache,
496 microblaze_frame_cache (next_frame, this_cach
411 microblaze_unwind_pc(struct gdbarch *gdbarch, struct frame_info *next_frame) argument
460 microblaze_frame_cache(struct frame_info *next_frame, void **this_cache) argument
532 microblaze_frame_base_address(struct frame_info *next_frame, void **this_cache) argument
[all...]
H A Dshnbsd-tdep.c171 struct frame_info *next_frame,
175 struct gdbarch *gdbarch = get_frame_arch (next_frame);
178 CORE_ADDR sp = get_frame_register_unsigned (next_frame, sp_regnum);
169 shnbsd_sigtramp_cache_init(const struct tramp_frame *self, struct frame_info *next_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) argument
H A Dframe.c356 get_stack_frame_id (struct frame_info *next_frame) argument
358 return get_frame_id (skip_inlined_frames (next_frame));
362 frame_unwind_caller_id (struct frame_info *next_frame) argument
371 next_frame = skip_inlined_frames (next_frame);
372 this_frame = get_prev_frame_1 (next_frame);
723 struct frame_info *next_frame = this_frame->next; local
725 if (!next_frame->prev_func.p)
733 next_frame->prev_func.p = -1;
742 next_frame
1990 struct frame_info *next_frame = this_frame->next; local
2063 struct frame_info *next_frame; local
2272 frame_unwind_arch(struct frame_info *next_frame) argument
2300 frame_unwind_caller_arch(struct frame_info *next_frame) argument
[all...]
H A Dsparc64-tdep.h132 struct frame_info *next_frame);
H A Dhppa-tdep.h237 struct frame_info *next_frame);
H A Dlm32-tdep.c397 lm32_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
399 return frame_unwind_register_unsigned (next_frame, SIM_LM32_PC_REGNUM);
403 lm32_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
405 return frame_unwind_register_unsigned (next_frame, SIM_LM32_SP_REGNUM);
H A Dsparc-tdep.h223 sparc32nbsd_sigcontext_saved_regs (struct frame_info *next_frame);
H A Ds390-tdep.c1474 struct frame_info *next_frame; local
1508 next_frame = get_next_frame (this_frame);
1509 while (next_frame && get_frame_type (next_frame) == INLINE_FRAME)
1510 next_frame = get_next_frame (next_frame);
1511 if (next_frame
1557 next_frame = get_next_frame (this_frame);
1558 while (next_frame && get_frame_type (next_frame)
2071 s390_unwind_pc(struct gdbarch *gdbarch, struct frame_info *next_frame) argument
2080 s390_unwind_sp(struct gdbarch *gdbarch, struct frame_info *next_frame) argument
[all...]
H A Diq2000-tdep.c447 iq2000_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
449 return frame_unwind_register_unsigned (next_frame, E_SP_REGNUM);
453 iq2000_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
455 return frame_unwind_register_unsigned (next_frame, E_PC_REGNUM);
H A Dm32r-tdep.c677 m32r_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
679 return frame_unwind_register_unsigned (next_frame, M32R_SP_REGNUM);
830 m32r_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
832 return frame_unwind_register_unsigned (next_frame, M32R_PC_REGNUM);
H A Dmoxie-tdep.c309 moxie_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
311 return frame_unwind_register_unsigned (next_frame, MOXIE_SP_REGNUM);
419 moxie_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
421 return frame_unwind_register_unsigned (next_frame, MOXIE_PC_REGNUM);
H A Dxstormy16-tdep.c760 xstormy16_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
762 return frame_unwind_register_unsigned (next_frame, E_SP_REGNUM);
766 xstormy16_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
768 return frame_unwind_register_unsigned (next_frame, E_PC_REGNUM);
H A Dvax-tdep.c459 vax_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
461 return frame_unwind_register_unsigned (next_frame, VAX_PC_REGNUM);
452 vax_unwind_pc(struct gdbarch *gdbarch, struct frame_info *next_frame) argument
H A Dh8300-tdep.c99 h8300_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
101 return frame_unwind_register_unsigned (next_frame, E_PC_REGNUM);
105 h8300_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
107 return frame_unwind_register_unsigned (next_frame, E_SP_REGNUM);
H A Dhppa-hpux-tdep.c1440 hppa_hpux_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
1445 flags = frame_unwind_register_unsigned (next_frame, HPPA_FLAGS_REGNUM);
1447 return frame_unwind_register_unsigned (next_frame, HPPA_R31_REGNUM) & ~0x3;
1449 return hppa_unwind_pc (gdbarch, next_frame);
1438 hppa_hpux_unwind_pc(struct gdbarch *gdbarch, struct frame_info *next_frame) argument
H A Dm68hc11-tdep.c771 m68hc11_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
775 pc = frame_unwind_register_unsigned (next_frame,
993 m68hc11_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame)
996 sp = frame_unwind_register_unsigned (next_frame, HARD_SP_REGNUM);
770 m68hc11_unwind_pc(struct gdbarch *gdbarch, struct frame_info *next_frame) argument
992 m68hc11_unwind_sp(struct gdbarch *gdbarch, struct frame_info *next_frame) argument
H A Dmt-tdep.c1046 mt_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
1050 pc = frame_unwind_register_unsigned (next_frame, MT_PC_REGNUM);
1055 mt_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
1059 sp = frame_unwind_register_unsigned (next_frame, MT_SP_REGNUM);
H A Davr-tdep.c1034 avr_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
1038 pc = frame_unwind_register_unsigned (next_frame, AVR_PC_REGNUM);
1044 avr_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
1048 sp = frame_unwind_register_unsigned (next_frame, AVR_SP_REGNUM);
H A Dframe.h405 extern struct frame_id frame_unwind_caller_id (struct frame_info *next_frame);
H A Dfrv-tdep.c1448 frv_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
1450 return frame_unwind_register_unsigned (next_frame, pc_regnum);
1520 frv_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
1522 return frame_unwind_register_unsigned (next_frame, sp_regnum);
H A Dv850-tdep.c946 v850_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
948 return frame_unwind_register_unsigned (next_frame,
953 v850_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame) argument
955 return frame_unwind_register_unsigned (next_frame,
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/powerpc/
H A Ddb_trace.c179 next_frame:
287 goto next_frame;

Completed in 381 milliseconds

12