Searched refs:this_id (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dframe-unwind.h70 struct frame_id *this_id);
119 frame_this_id_ftype *this_id; member in struct:frame_unwind
H A Ddummy-frame.c37 struct frame_id *this_id);
346 struct frame_id *this_id)
351 (*this_id) = dummy->id;
367 (*this_id) = gdbarch_unwind_dummy_id (current_gdbarch, next_frame);
376 (*this_id) = frame_id_build (deprecated_read_fp (), read_pc ());
385 (*this_id) = frame_id_build (get_frame_base (get_prev_frame (next_frame)),
396 (*this_id) = null_frame_id;
399 (*this_prologue_cache) = find_dummy_frame ((*this_id).code_addr,
400 (*this_id).stack_addr);
344 dummy_frame_this_id(struct frame_info *next_frame, void **this_prologue_cache, struct frame_id *this_id) argument
H A Dlibunwind-frame.h47 struct frame_id *this_id);
H A Dsentinel-frame.c76 struct frame_id *this_id)
74 sentinel_frame_this_id(struct frame_info *next_frame, void **this_prologue_cache, struct frame_id *this_id) argument
H A Dsparcobsd-tdep.c103 struct frame_id *this_id)
108 (*this_id) = frame_id_build (cache->base, cache->pc);
102 sparc32obsd_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dframe.c115 } this_id; member in struct:frame_info
199 if (fi->this_id.p)
200 fprint_frame_id (file, fi->this_id.value);
222 if (!fi->this_id.p)
240 fi->unwind->this_id (fi->next, &fi->prologue_cache, &fi->this_id.value);
241 fi->this_id.p = 1;
245 fprint_frame_id (gdb_stdlog, fi->this_id.value);
249 return fi->this_id.value;
770 frame->this_id
[all...]
H A Dsparc-sol2-tdep.c129 struct frame_id *this_id)
134 (*this_id) = frame_id_build (cache->base, cache->pc);
126 sparc32_sol2_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dsparc64-sol2-tdep.c108 struct frame_id *this_id)
113 (*this_id) = frame_id_build (cache->base, cache->pc);
105 sparc64_sol2_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dsparc64obsd-tdep.c140 struct frame_id *this_id)
145 (*this_id) = frame_id_build (cache->base, cache->pc);
138 sparc64obsd_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dsparc64fbsd-tdep.c180 struct frame_id *this_id)
185 (*this_id) = frame_id_build (cache->base, cache->pc);
176 sparc64fbsd_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dsparc64nbsd-tdep.c179 struct frame_id *this_id)
184 (*this_id) = frame_id_build (cache->base, cache->pc);
175 sparc64nbsd_sigcontext_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dmipsfbsd-tdep.c363 struct frame_id *this_id)
368 (*this_id) = frame_id_build (cache->base,
461 struct frame_id *this_id)
466 (*this_id) = frame_id_build (cache->base,
361 mipsfbsd_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
459 mipsfbsd_stub_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dalpha-mdebug-tdep.c245 struct frame_id *this_id)
250 *this_id = frame_id_build (info->vfp, frame_func_unwind (next_frame));
241 alpha_mdebug_frame_this_id(struct frame_info *next_frame, void **this_prologue_cache, struct frame_id *this_id) argument
H A Dlibunwind-frame.c222 struct frame_id *this_id)
227 (*this_id) = frame_id_build (cache->base, cache->func_addr);
221 libunwind_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dsparcnbsd-tdep.c214 struct frame_id *this_id)
219 (*this_id) = frame_id_build (cache->base, cache->pc);
211 sparc32nbsd_sigcontext_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dalpha-tdep.c786 struct frame_id *this_id)
820 *this_id = frame_id_build (stack_addr, code_addr);
1151 struct frame_id *this_id)
1156 *this_id = frame_id_build (info->vfp, info->start_pc);
778 alpha_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_prologue_cache, struct frame_id *this_id) argument
1142 alpha_heuristic_frame_this_id(struct frame_info *next_frame, void **this_prologue_cache, struct frame_id *this_id) argument
H A Damd64-tdep.c833 struct frame_id *this_id)
842 (*this_id) = frame_id_build (cache->base + 16, cache->pc);
940 void **this_cache, struct frame_id *this_id)
945 (*this_id) = frame_id_build (cache->base + 16, frame_pc_unwind (next_frame));
828 amd64_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
934 amd64_sigtramp_frame_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
/freebsd-10.1-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_amd64.c137 struct frame_id *this_id)
142 *this_id = frame_id_build(cache->sp, cache->pc);
136 kgdb_trgt_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dtrgt_powerpc.c127 struct frame_id *this_id)
132 *this_id = frame_id_build(cache->sp, cache->pc);
126 kgdb_trgt_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dtrgt_powerpc64.c124 struct frame_id *this_id)
129 *this_id = frame_id_build(cache->sp, cache->pc);
123 kgdb_trgt_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dtrgt_sparc64.c117 struct frame_id *this_id)
122 *this_id = frame_id_build(cache->sp, cache->pc);
116 kgdb_trgt_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dtrgt_i386.c202 struct frame_id *this_id)
207 *this_id = frame_id_build(cache->sp, cache->pc);
309 struct frame_id *this_id)
314 *this_id = frame_id_build(cache->sp, cache->pc);
201 kgdb_trgt_dblfault_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
308 kgdb_trgt_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dtrgt_arm.c154 struct frame_id *this_id)
159 *this_id = frame_id_build(cache->fp, 0);
153 kgdb_trgt_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dtrgt_mips.c175 struct frame_id *this_id)
180 *this_id = frame_id_build(cache->sp, cache->pc);
174 kgdb_trgt_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument
H A Dtrgt_ia64.c247 struct frame_id *this_id)
252 *this_id = frame_id_build_special(cache->sp, cache->ip, cache->bsp);
246 kgdb_trgt_trapframe_this_id(struct frame_info *next_frame, void **this_cache, struct frame_id *this_id) argument

Completed in 145 milliseconds

12