Home
last modified time | relevance | path

Searched refs:safe_frame_unwind_memory (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dm32r-linux-tdep.c101 if (!safe_frame_unwind_memory (next_frame, pc, buf, 2)) in m32r_linux_sigtramp_start()
110 if (!safe_frame_unwind_memory (next_frame, pc, buf, 4)) in m32r_linux_sigtramp_start()
150 if (!safe_frame_unwind_memory (next_frame, pc, buf, 4)) in m32r_linux_rt_sigtramp_start()
155 if (!safe_frame_unwind_memory (next_frame, pc + 4, buf, 4)) in m32r_linux_rt_sigtramp_start()
163 if (!safe_frame_unwind_memory (next_frame, pc - 4, buf, 4)) in m32r_linux_rt_sigtramp_start()
Di386-linux-tdep.c134 if (!safe_frame_unwind_memory (next_frame, pc, buf, LINUX_SIGTRAMP_LEN)) in i386_linux_sigtramp_start()
155 if (!safe_frame_unwind_memory (next_frame, pc, buf, LINUX_SIGTRAMP_LEN)) in i386_linux_sigtramp_start()
202 if (!safe_frame_unwind_memory (next_frame, pc, buf, LINUX_RT_SIGTRAMP_LEN)) in i386_linux_rt_sigtramp_start()
212 if (!safe_frame_unwind_memory (next_frame, pc, buf, in i386_linux_rt_sigtramp_start()
Di386nbsd-tdep.c142 if (!safe_frame_unwind_memory (next_frame, pc, &insn, 1)) in i386nbsd_sigtramp_offset()
154 if (!safe_frame_unwind_memory (next_frame, pc + 1, &insn, 1)) in i386nbsd_sigtramp_offset()
177 if (!safe_frame_unwind_memory (next_frame, pc, ret, sizeof (ret))) in i386nbsd_sigtramp_offset()
Damd64-linux-tdep.c101 if (!safe_frame_unwind_memory (next_frame, pc, buf, LINUX_SIGTRAMP_LEN)) in amd64_linux_sigtramp_start()
111 if (!safe_frame_unwind_memory (next_frame, pc, buf, LINUX_SIGTRAMP_LEN)) in amd64_linux_sigtramp_start()
Dsparc-linux-tdep.c101 if (!safe_frame_unwind_memory (next_frame, pc, buf, sizeof buf)) in sparc_linux_sigtramp_start()
111 if (!safe_frame_unwind_memory (next_frame, pc, buf, sizeof buf)) in sparc_linux_sigtramp_start()
Dppcobsd-tdep.c169 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in ppcobsd_sigtramp_p()
208 if (!safe_frame_unwind_memory (next_frame, func, buf, sizeof buf)) in ppcobsd_sigtramp_frame_cache()
Dppc64obsd-tdep.c246 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in ppc64obsd_sigtramp_p()
285 if (!safe_frame_unwind_memory (next_frame, func, buf, sizeof buf)) in ppc64obsd_sigtramp_frame_cache()
Dtramp-frame.c104 if (!safe_frame_unwind_memory (next_frame, in tramp_frame_start()
Dframe.h480 extern int safe_frame_unwind_memory (struct frame_info *this_frame,
Di386obsd-tdep.c101 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in i386obsd_sigtramp_p()
Damd64obsd-tdep.c122 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in amd64obsd_sigtramp_p()
Dcris-tdep.c165 if (!safe_frame_unwind_memory (next_frame, pc, buf, SIGTRAMP_LEN)) in cris_sigtramp_start()
174 if (!safe_frame_unwind_memory (next_frame, pc, buf, SIGTRAMP_LEN)) in cris_sigtramp_start()
193 if (!safe_frame_unwind_memory (next_frame, pc, buf, SIGTRAMP_LEN)) in cris_rt_sigtramp_start()
202 if (!safe_frame_unwind_memory (next_frame, pc, buf, SIGTRAMP_LEN)) in cris_rt_sigtramp_start()
Dframe.c1449 safe_frame_unwind_memory (struct frame_info *this_frame, in safe_frame_unwind_memory() function
DChangeLog323 to struct frame_info *. Use safe_frame_unwind_memory instead of
2110 safe_frame_unwind_memory instead of target_read_memory.
2131 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2576 struct frame_info *. Use safe_frame_unwind_memory instead of
2583 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2589 safe_frame_unwind_memory instead of target_read_memory.
3740 * frame.c (safe_frame_unwind_memory): Update.
8400 * frame.c (safe_frame_unwind_memory): New function.
8401 * frame.h (safe_frame_unwind_memory): Declare. Update description
8404 "next_frame". Use safe_frame_unwind_memory.
Dmips-tdep.c4151 if (!safe_frame_unwind_memory (frame, pc, buf, sizeof buf)) in mips_single_step_through_delay()