Home
last modified time | relevance | path

Searched refs:memory_insert_breakpoint (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmem-break.c83 memory_insert_breakpoint (CORE_ADDR addr, char *contents_cache) in memory_insert_breakpoint() function
H A Dinf-child.c196 t->to_insert_breakpoint = memory_insert_breakpoint; in inf_child_target()
H A Dgdbarch.c195 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 Dwince.c827 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 Dinftarg.c599 deprecated_child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
H A Dhpux-thread.c555 hpux_thread_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_hpux_thread_ops()
H A Dremote-sim.c810 return memory_insert_breakpoint (addr, contents_cache); in gdbsim_insert_breakpoint()
H A Dtarget.h1153 extern int memory_insert_breakpoint (CORE_ADDR, char *);
H A Dsol-thread.c1547 sol_thread_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_sol_thread_ops()
H A Dgo32-nat.c866 go32_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_go32_ops()
H A Dgdbarch.h951 …kpoint (struct gdbarch *gdbarch, gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint);
H A Dtarget.c508 memory_insert_breakpoint); in update_current_target()
H A Dremote-mips.c2230 return memory_insert_breakpoint (addr, contents_cache); in mips_insert_breakpoint()
H A Dgdbarch.sh555 f:=:int:memory_insert_breakpoint:CORE_ADDR addr, char *contents_cache:addr, contents_cache:0:defaul…
H A Dwin32-nat.c2085 deprecated_child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
H A Dgnu-nat.c2602 gnu_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_gnu_ops()
H A Dremote.c4465 return memory_insert_breakpoint (addr, contents_cache); in remote_insert_breakpoint()
H A Dprocfs.c176 procfs_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_procfs_ops()
H A DChangeLog-19971010 and ocd_remove_breakpoint instead of memory_insert_breakpoint
2680 (memory_insert_breakpoint, memory_remove_breakpoint): Use
H A DChangeLog-19992001 * mem-break.c (memory_insert_breakpoint,
2013 memory_insert_breakpoint.
2016 (memory_insert_breakpoint, memory_remove_breakpoint,
H A DChangeLog-1990631 mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
H A DChangeLog-19983946 * mem-break.c (memory_insert_breakpoint,
3982 (memory_insert_breakpoint, memory_remove_breakpoint): Call
H A DChangeLog-19953555 (memory_insert_breakpoint): Handle bi-endian cpus.
H A DChangeLog-19913263 * remote.c: Remove decls of memory_insert_breakpoint