Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/gdb/gdb/
Ddummy-frame.c37 struct frame_id *this_id);
346 struct frame_id *this_id) in dummy_frame_this_id() argument
351 (*this_id) = dummy->id; in dummy_frame_this_id()
367 (*this_id) = gdbarch_unwind_dummy_id (current_gdbarch, next_frame); in dummy_frame_this_id()
376 (*this_id) = frame_id_build (deprecated_read_fp (), read_pc ()); in dummy_frame_this_id()
385 (*this_id) = frame_id_build (get_frame_base (get_prev_frame (next_frame)), in dummy_frame_this_id()
396 (*this_id) = null_frame_id; in dummy_frame_this_id()
399 (*this_prologue_cache) = find_dummy_frame ((*this_id).code_addr, in dummy_frame_this_id()
400 (*this_id).stack_addr); in dummy_frame_this_id()
Dframe.c115 } this_id; member
199 if (fi->this_id.p) in fprint_frame()
200 fprint_frame_id (file, fi->this_id.value); in fprint_frame()
222 if (!fi->this_id.p) in get_frame_id()
240 fi->unwind->this_id (fi->next, &fi->prologue_cache, &fi->this_id.value); in get_frame_id()
241 fi->this_id.p = 1; in get_frame_id()
245 fprint_frame_id (gdb_stdlog, fi->this_id.value); in get_frame_id()
249 return fi->this_id.value; in get_frame_id()
770 frame->this_id.p = 1; in create_sentinel_frame()
771 frame->this_id.value = null_frame_id; in create_sentinel_frame()
[all …]
Dframe-unwind.h70 struct frame_id *this_id);
119 frame_this_id_ftype *this_id; member
Dsparcobsd-tdep.c103 struct frame_id *this_id) in sparc32obsd_frame_this_id() argument
108 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32obsd_frame_this_id()
Dmipsfbsd-tdep.c363 struct frame_id *this_id) in mipsfbsd_sigtramp_frame_this_id() argument
368 (*this_id) = frame_id_build (cache->base, in mipsfbsd_sigtramp_frame_this_id()
461 struct frame_id *this_id) in mipsfbsd_stub_frame_this_id() argument
466 (*this_id) = frame_id_build (cache->base, in mipsfbsd_stub_frame_this_id()
Dsparc64obsd-tdep.c139 struct frame_id *this_id) in sparc64obsd_frame_this_id() argument
144 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64obsd_frame_this_id()
Dsparc-sol2-tdep.c128 struct frame_id *this_id) in sparc32_sol2_sigtramp_frame_this_id() argument
133 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32_sol2_sigtramp_frame_this_id()
Dsparc64-sol2-tdep.c107 struct frame_id *this_id) in sparc64_sol2_sigtramp_frame_this_id() argument
112 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64_sol2_sigtramp_frame_this_id()
Dsparc64nbsd-tdep.c177 struct frame_id *this_id) in sparc64nbsd_sigcontext_frame_this_id() argument
182 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64nbsd_sigcontext_frame_this_id()
Dsparc64fbsd-tdep.c178 struct frame_id *this_id) in sparc64fbsd_sigtramp_frame_this_id() argument
183 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc64fbsd_sigtramp_frame_this_id()
Dalpha-mdebug-tdep.c243 struct frame_id *this_id) in alpha_mdebug_frame_this_id() argument
248 *this_id = frame_id_build (info->vfp, frame_func_unwind (next_frame)); in alpha_mdebug_frame_this_id()
Dlibunwind-frame.h47 struct frame_id *this_id);
Dsentinel-frame.c76 struct frame_id *this_id) in sentinel_frame_this_id() argument
Dsparcnbsd-tdep.c213 struct frame_id *this_id) in sparc32nbsd_sigcontext_frame_this_id() argument
218 (*this_id) = frame_id_build (cache->base, cache->pc); in sparc32nbsd_sigcontext_frame_this_id()
Dlibunwind-frame.c222 struct frame_id *this_id) in libunwind_frame_this_id() argument
227 (*this_id) = frame_id_build (cache->base, cache->func_addr); in libunwind_frame_this_id()
Damd64-tdep.c829 struct frame_id *this_id) in amd64_frame_this_id() argument
838 (*this_id) = frame_id_build (cache->base + 16, cache->pc); in amd64_frame_this_id()
935 void **this_cache, struct frame_id *this_id) in amd64_sigtramp_frame_this_id() argument
940 (*this_id) = frame_id_build (cache->base + 16, frame_pc_unwind (next_frame)); in amd64_sigtramp_frame_this_id()
Dalpha-tdep.c780 struct frame_id *this_id) in alpha_sigtramp_frame_this_id() argument
814 *this_id = frame_id_build (stack_addr, code_addr); in alpha_sigtramp_frame_this_id()
1144 struct frame_id *this_id) in alpha_heuristic_frame_this_id() argument
1149 *this_id = frame_id_build (info->vfp, info->start_pc); in alpha_heuristic_frame_this_id()
/freebsd-10-stable/gnu/usr.bin/gdb/kgdb/
Dtrgt_i386.c202 struct frame_id *this_id) in kgdb_trgt_dblfault_this_id() argument
207 *this_id = frame_id_build(cache->sp, cache->pc); in kgdb_trgt_dblfault_this_id()
309 struct frame_id *this_id) in kgdb_trgt_trapframe_this_id() argument
314 *this_id = frame_id_build(cache->sp, cache->pc); in kgdb_trgt_trapframe_this_id()
Dtrgt_powerpc.c127 struct frame_id *this_id) in kgdb_trgt_trapframe_this_id() argument
132 *this_id = frame_id_build(cache->sp, cache->pc); in kgdb_trgt_trapframe_this_id()
Dtrgt_powerpc64.c124 struct frame_id *this_id) in kgdb_trgt_trapframe_this_id() argument
129 *this_id = frame_id_build(cache->sp, cache->pc); in kgdb_trgt_trapframe_this_id()
Dtrgt_sparc64.c117 struct frame_id *this_id) in kgdb_trgt_trapframe_this_id() argument
122 *this_id = frame_id_build(cache->sp, cache->pc); in kgdb_trgt_trapframe_this_id()
Dtrgt_amd64.c136 struct frame_id *this_id) in kgdb_trgt_trapframe_this_id() argument
141 *this_id = frame_id_build(cache->sp, cache->pc); in kgdb_trgt_trapframe_this_id()
Dtrgt_arm.c146 struct frame_id *this_id) in kgdb_trgt_trapframe_this_id() argument
151 *this_id = frame_id_build(cache->fp, 0); in kgdb_trgt_trapframe_this_id()
Dtrgt_mips.c175 struct frame_id *this_id) in kgdb_trgt_trapframe_this_id() argument
180 *this_id = frame_id_build(cache->sp, cache->pc); in kgdb_trgt_trapframe_this_id()
Dtrgt_ia64.c247 struct frame_id *this_id) in kgdb_trgt_trapframe_this_id() argument
252 *this_id = frame_id_build_special(cache->sp, cache->ip, cache->bsp); in kgdb_trgt_trapframe_this_id()

12