Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dmem-break.c83 memory_insert_breakpoint (CORE_ADDR addr, char *contents_cache) in memory_insert_breakpoint() function
H A Dwince.c832 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step()
970 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step()
1020 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev); in wince_software_single_step()
1909 child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
H A Dinftarg.c634 child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
H A Dgdbarch.c214 gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint; member
512 current_gdbarch->memory_insert_breakpoint = default_memory_insert_breakpoint; in gdbarch_alloc()
1893 (long) current_gdbarch->memory_insert_breakpoint in gdbarch_dump()
4387 gdb_assert (gdbarch->memory_insert_breakpoint != NULL); in gdbarch_memory_insert_breakpoint()
4390 return gdbarch->memory_insert_breakpoint (addr, contents_cache); in gdbarch_memory_insert_breakpoint()
4395 … gdbarch_memory_insert_breakpoint_ftype memory_insert_breakpoint) in set_gdbarch_memory_insert_breakpoint() argument
4397 gdbarch->memory_insert_breakpoint = memory_insert_breakpoint; in set_gdbarch_memory_insert_breakpoint()
H A Dtarget.h1172 extern int memory_insert_breakpoint (CORE_ADDR, char *);
H A Dremote-sim.c814 return memory_insert_breakpoint (addr, contents_cache); in gdbsim_insert_breakpoint()
H A Dsol-thread.c1585 sol_thread_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_sol_thread_ops()
H A Dgo32-nat.c864 go32_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_go32_ops()
H A Dtarget.c506 memory_insert_breakpoint); in update_current_target()
H A Dremote-mips.c2232 return memory_insert_breakpoint (addr, contents_cache); in mips_insert_breakpoint()
H A Dwin32-nat.c2061 child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
H A Dgnu-nat.c2605 gnu_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_gnu_ops()
H A Dgdbarch.h1595 …kpoint (struct gdbarch *gdbarch, gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint);
H A Dremote.c4497 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()
/freebsd-12.1/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c1526 fbsd_thread_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_fbsd_thread_ops()