Searched refs:memory_insert_breakpoint (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/gdb/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 | wince.c | 832 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 D | inftarg.c | 634 child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
|
| H A D | gdbarch.c | 214 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 D | target.h | 1172 extern int memory_insert_breakpoint (CORE_ADDR, char *);
|
| H A D | remote-sim.c | 814 return memory_insert_breakpoint (addr, contents_cache); in gdbsim_insert_breakpoint()
|
| H A D | sol-thread.c | 1585 sol_thread_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_sol_thread_ops()
|
| H A D | go32-nat.c | 864 go32_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_go32_ops()
|
| H A D | target.c | 506 memory_insert_breakpoint); in update_current_target()
|
| H A D | remote-mips.c | 2232 return memory_insert_breakpoint (addr, contents_cache); in mips_insert_breakpoint()
|
| H A D | win32-nat.c | 2061 child_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_child_ops()
|
| H A D | gnu-nat.c | 2605 gnu_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_gnu_ops()
|
| H A D | gdbarch.h | 1595 …kpoint (struct gdbarch *gdbarch, gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint);
|
| H A D | remote.c | 4497 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()
|
| /freebsd-12.1/gnu/usr.bin/gdb/libgdb/ |
| H A D | fbsd-threads.c | 1526 fbsd_thread_ops.to_insert_breakpoint = memory_insert_breakpoint; in init_fbsd_thread_ops()
|