Searched refs:memory_insert_breakpoint (Results 1 – 24 of 24) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | mem-break.c | 83 memory_insert_breakpoint (CORE_ADDR addr, char *contents_cache) in memory_insert_breakpoint() function
|
H A D | inf-child.c | 196 t->to_insert_breakpoint = memory_insert_breakpoint; in inf_child_target()
|
H A D | gdbarch.c | 195 gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint; member 431 current_gdbarch->memory_insert_breakpoint = default_memory_insert_breakpoint; in gdbarch_alloc() 1274 (long) current_gdbarch->memory_insert_breakpoint); in gdbarch_dump() 2974 gdb_assert (gdbarch->memory_insert_breakpoint != NULL); in gdbarch_memory_insert_breakpoint() 2977 return gdbarch->memory_insert_breakpoint (addr, contents_cache); in gdbarch_memory_insert_breakpoint() 2982 … gdbarch_memory_insert_breakpoint_ftype memory_insert_breakpoint) in set_gdbarch_memory_insert_breakpoint() argument 2984 gdbarch->memory_insert_breakpoint = memory_insert_breakpoint; in set_gdbarch_memory_insert_breakpoint()
|
H A D | wince.c | 827 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step() 965 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step() 1015 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step() 1905 deprecated_child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
|
H A D | inftarg.c | 599 deprecated_child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
|
H A D | hpux-thread.c | 555 hpux_thread_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_hpux_thread_ops()
|
H A D | remote-sim.c | 810 return memory_insert_breakpoint (addr, contents_cache); in gdbsim_insert_breakpoint()
|
H A D | target.h | 1153 extern int memory_insert_breakpoint (CORE_ADDR, char *);
|
H A D | sol-thread.c | 1547 sol_thread_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_sol_thread_ops()
|
H A D | go32-nat.c | 866 go32_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_go32_ops()
|
H A D | gdbarch.h | 951 …kpoint (struct gdbarch *gdbarch, gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint);
|
H A D | target.c | 508 memory_insert_breakpoint); in update_current_target()
|
H A D | remote-mips.c | 2230 return memory_insert_breakpoint (addr, contents_cache); in mips_insert_breakpoint()
|
H A D | gdbarch.sh | 555 f:=:int:memory_insert_breakpoint:CORE_ADDR addr, char *contents_cache:addr, contents_cache:0:defaul…
|
H A D | win32-nat.c | 2085 deprecated_child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
|
H A D | gnu-nat.c | 2602 gnu_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_gnu_ops()
|
H A D | remote.c | 4465 return memory_insert_breakpoint (addr, contents_cache); in remote_insert_breakpoint()
|
H A D | procfs.c | 176 procfs_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_procfs_ops()
|
H A D | ChangeLog-1997 | 1010 and ocd_remove_breakpoint instead of memory_insert_breakpoint 2680 (memory_insert_breakpoint, memory_remove_breakpoint): Use
|
H A D | ChangeLog-1999 | 2001 * mem-break.c (memory_insert_breakpoint, 2013 memory_insert_breakpoint. 2016 (memory_insert_breakpoint, memory_remove_breakpoint,
|
H A D | ChangeLog-1990 | 631 mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
|
H A D | ChangeLog-1998 | 3946 * mem-break.c (memory_insert_breakpoint, 3982 (memory_insert_breakpoint, memory_remove_breakpoint): Call
|
H A D | ChangeLog-1995 | 3555 (memory_insert_breakpoint): Handle bi-endian cpus.
|
H A D | ChangeLog-1991 | 3263 * remote.c: Remove decls of memory_insert_breakpoint
|