Searched refs:safe_frame_unwind_memory (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | m32r-linux-tdep.c | 101 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()
|
| D | i386-linux-tdep.c | 134 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()
|
| D | i386nbsd-tdep.c | 142 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()
|
| D | amd64-linux-tdep.c | 101 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()
|
| D | sparc-linux-tdep.c | 101 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()
|
| D | ppcobsd-tdep.c | 169 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()
|
| D | ppc64obsd-tdep.c | 246 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()
|
| D | tramp-frame.c | 104 if (!safe_frame_unwind_memory (next_frame, in tramp_frame_start()
|
| D | frame.h | 480 extern int safe_frame_unwind_memory (struct frame_info *this_frame,
|
| D | i386obsd-tdep.c | 101 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in i386obsd_sigtramp_p()
|
| D | amd64obsd-tdep.c | 122 if (!safe_frame_unwind_memory (next_frame, start_pc + *offset, in amd64obsd_sigtramp_p()
|
| D | cris-tdep.c | 165 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()
|
| D | frame.c | 1449 safe_frame_unwind_memory (struct frame_info *this_frame, in safe_frame_unwind_memory() function
|
| D | ChangeLog | 323 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.
|
| D | mips-tdep.c | 4151 if (!safe_frame_unwind_memory (frame, pc, buf, sizeof buf)) in mips_single_step_through_delay()
|