HomeSort by: relevance | last modified time | path
    Searched defs:this_frame (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
trad-frame.c 32 frame_info_ptr this_frame; member in struct:trad_frame_cache
39 trad_frame_cache_zalloc (const frame_info_ptr &this_frame)
44 this_trad_cache->prev_regs = trad_frame_alloc_saved_regs (this_frame);
45 this_trad_cache->this_frame = this_frame;
84 trad_frame_alloc_saved_regs (const frame_info_ptr &this_frame)
86 struct gdbarch *gdbarch = get_frame_arch (this_frame);
119 struct gdbarch *gdbarch = get_frame_arch (this_trad_cache->this_frame);
187 trad_frame_get_prev_register (const frame_info_ptr &this_frame,
193 return frame_unwind_got_memory (this_frame, regnum
    [all...]
jit.c 940 frame_info_ptr this_frame; member in struct:jit_unwind_private
954 gdb_reg = gdbarch_dwarf2_reg_to_regnum (get_frame_arch (priv->this_frame),
984 frame_arch = get_frame_arch (priv->this_frame);
990 value->defined = deprecated_frame_register_read (priv->this_frame, gdb_reg,
1001 jit_dealloc_cache (frame_info *this_frame, void *cache)
1017 const frame_info_ptr &this_frame, void **cache)
1038 (new detached_regcache (get_frame_arch (this_frame), true));
1039 priv_data->this_frame = this_frame;
1052 jit_dealloc_cache (this_frame.get (), *cache)
    [all...]
frame.c 75 static frame_info_ptr get_prev_frame_raw (const frame_info_ptr &this_frame);
683 frame_info_ptr this_frame = get_prev_frame_always (next_frame);
684 if (this_frame)
685 return get_frame_id (skip_artificial_frames (this_frame));
970 frame_unwind_pc (const frame_info_ptr &this_frame)
972 if (this_frame->prev_pc.status == CC_UNKNOWN)
984 frame_unwind_register (this_frame, ISA_PC_REGNUM, buf);
994 prev_gdbarch = frame_unwind_arch (this_frame);
998 pc = gdbarch_unwind_pc (prev_gdbarch, this_frame);
1005 this_frame->prev_pc.status = CC_UNAVAILABLE
1046 frame_info_ptr this_frame = skip_artificial_frames (initial_this_frame); local
2156 frame_info_ptr this_frame = initial_this_frame; local
    [all...]
cris-tdep.c 196 cris_sigtramp_start (const frame_info_ptr &this_frame)
198 CORE_ADDR pc = get_frame_pc (this_frame);
201 if (!safe_frame_unwind_memory (this_frame, pc, buf))
210 if (!safe_frame_unwind_memory (this_frame, pc, buf))
224 cris_rt_sigtramp_start (const frame_info_ptr &this_frame)
226 CORE_ADDR pc = get_frame_pc (this_frame);
229 if (!safe_frame_unwind_memory (this_frame, pc, buf))
238 if (!safe_frame_unwind_memory (this_frame, pc, buf))
248 /* Assuming THIS_FRAME is a frame for a GNU/Linux sigtramp routine,
252 cris_sigcontext_addr (const frame_info_ptr &this_frame)
721 crisv32_scan_prologue (get_frame_func (this_frame), this_frame, info); local
723 cris_scan_prologue (get_frame_func (this_frame), this_frame, info); local
    [all...]
ia64-tdep.c 1364 const frame_info_ptr &this_frame,
1415 if (!this_frame ||
1532 if (this_frame)
1533 saved_sp = get_frame_register_unsigned (this_frame,
1736 if (!frameless && this_frame)
1738 struct gdbarch *gdbarch = get_frame_arch (this_frame);
1779 get_frame_register (this_frame, cfm_reg, buf);
1845 ia64_frame_cache (const frame_info_ptr &this_frame, void **this_cache)
1847 struct gdbarch *gdbarch = get_frame_arch (this_frame);
1859 get_frame_register (this_frame, sp_regnum, buf)
2489 struct frame_info *this_frame = (frame_info *) arg; local
2544 frame_info_ptr this_frame = (const frame_info_ptr &) arg; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
trad-frame.c 32 frame_info_ptr this_frame; member in struct:trad_frame_cache
39 trad_frame_cache_zalloc (const frame_info_ptr &this_frame)
44 this_trad_cache->prev_regs = trad_frame_alloc_saved_regs (this_frame);
45 this_trad_cache->this_frame = this_frame;
84 trad_frame_alloc_saved_regs (const frame_info_ptr &this_frame)
86 struct gdbarch *gdbarch = get_frame_arch (this_frame);
119 struct gdbarch *gdbarch = get_frame_arch (this_trad_cache->this_frame);
185 trad_frame_get_prev_register (const frame_info_ptr &this_frame,
191 return frame_unwind_got_memory (this_frame, regnum
    [all...]
jit.c 934 frame_info_ptr this_frame; member in struct:jit_unwind_private
948 gdb_reg = gdbarch_dwarf2_reg_to_regnum (get_frame_arch (priv->this_frame),
978 frame_arch = get_frame_arch (priv->this_frame);
984 value->defined = deprecated_frame_register_read (priv->this_frame, gdb_reg,
995 jit_dealloc_cache (frame_info *this_frame, void *cache)
1011 const frame_info_ptr &this_frame, void **cache)
1032 (new detached_regcache (get_frame_arch (this_frame), true));
1033 priv_data->this_frame = this_frame;
1046 jit_dealloc_cache (this_frame.get (), *cache)
    [all...]
frame.c 75 static frame_info_ptr get_prev_frame_raw (const frame_info_ptr &this_frame);
683 frame_info_ptr this_frame = get_prev_frame_always (next_frame);
684 if (this_frame)
685 return get_frame_id (skip_artificial_frames (this_frame));
970 frame_unwind_pc (const frame_info_ptr &this_frame)
972 if (this_frame->prev_pc.status == CC_UNKNOWN)
984 frame_unwind_register (this_frame, ISA_PC_REGNUM, buf);
994 prev_gdbarch = frame_unwind_arch (this_frame);
998 pc = gdbarch_unwind_pc (prev_gdbarch, this_frame);
1005 this_frame->prev_pc.status = CC_UNAVAILABLE
1046 frame_info_ptr this_frame = skip_artificial_frames (initial_this_frame); local
2156 frame_info_ptr this_frame = initial_this_frame; local
    [all...]
cris-tdep.c 196 cris_sigtramp_start (const frame_info_ptr &this_frame)
198 CORE_ADDR pc = get_frame_pc (this_frame);
201 if (!safe_frame_unwind_memory (this_frame, pc, buf))
210 if (!safe_frame_unwind_memory (this_frame, pc, buf))
224 cris_rt_sigtramp_start (const frame_info_ptr &this_frame)
226 CORE_ADDR pc = get_frame_pc (this_frame);
229 if (!safe_frame_unwind_memory (this_frame, pc, buf))
238 if (!safe_frame_unwind_memory (this_frame, pc, buf))
248 /* Assuming THIS_FRAME is a frame for a GNU/Linux sigtramp routine,
252 cris_sigcontext_addr (const frame_info_ptr &this_frame)
721 crisv32_scan_prologue (get_frame_func (this_frame), this_frame, info); local
723 cris_scan_prologue (get_frame_func (this_frame), this_frame, info); local
    [all...]
ia64-tdep.c 1364 const frame_info_ptr &this_frame,
1415 if (!this_frame ||
1532 if (this_frame)
1533 saved_sp = get_frame_register_unsigned (this_frame,
1736 if (!frameless && this_frame)
1738 struct gdbarch *gdbarch = get_frame_arch (this_frame);
1779 get_frame_register (this_frame, cfm_reg, buf);
1845 ia64_frame_cache (const frame_info_ptr &this_frame, void **this_cache)
1847 struct gdbarch *gdbarch = get_frame_arch (this_frame);
1859 get_frame_register (this_frame, sp_regnum, buf)
2489 struct frame_info *this_frame = (frame_info *) arg; local
2544 frame_info_ptr this_frame = (const frame_info_ptr &) arg; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 234 const frame_info_ptr &this_frame, CORE_ADDR initial,
241 value *result_val = ctx.evaluate (exp, len, true, nullptr, this_frame);
592 const frame_info_ptr &this_frame);
601 /* Check whether the THIS_FRAME is a signal trampoline. */
628 const frame_info_ptr &this_frame)
681 const frame_info_ptr &this_frame)
685 ops->init_reg (gdbarch, regnum, reg, this_frame);
702 THIS_FRAME. */
706 const frame_info_ptr &this_frame)
712 return ops->signal_frame_p (gdbarch, this_frame);
1417 frame_info_ptr this_frame = initial_this_frame; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 236 const frame_info_ptr &this_frame, CORE_ADDR initial,
243 value *result_val = ctx.evaluate (exp, len, true, nullptr, this_frame);
594 const frame_info_ptr &this_frame);
603 /* Check whether the THIS_FRAME is a signal trampoline. */
630 const frame_info_ptr &this_frame)
683 const frame_info_ptr &this_frame)
687 ops->init_reg (gdbarch, regnum, reg, this_frame);
704 THIS_FRAME. */
708 const frame_info_ptr &this_frame)
714 return ops->signal_frame_p (gdbarch, this_frame);
1419 frame_info_ptr this_frame = initial_this_frame; local
    [all...]

Completed in 37 milliseconds