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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dmem-break.c83 memory_insert_breakpoint (CORE_ADDR addr, char *contents_cache) function
H A Dinftarg.c634 child_ops.to_insert_breakpoint = memory_insert_breakpoint;
H A Dremote-sim.c814 return memory_insert_breakpoint (addr, contents_cache);
H A Dtarget.h1175 extern int memory_insert_breakpoint (CORE_ADDR, char *);
H A Dwince.c832 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev);
970 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev);
1020 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev);
1909 child_ops.to_insert_breakpoint = memory_insert_breakpoint;
H A Dgdbarch.c214 gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint; member in struct:gdbarch
381 0, /* memory_insert_breakpoint */
512 current_gdbarch->memory_insert_breakpoint = default_memory_insert_breakpoint;
686 /* Skip verify of memory_insert_breakpoint, invalid_p == 0 */
1893 (long) current_gdbarch->memory_insert_breakpoint
4387 gdb_assert (gdbarch->memory_insert_breakpoint != NULL);
4390 return gdbarch->memory_insert_breakpoint (addr, contents_cache);
4395 gdbarch_memory_insert_breakpoint_ftype memory_insert_breakpoint)
4397 gdbarch->memory_insert_breakpoint = memory_insert_breakpoint;
4394 set_gdbarch_memory_insert_breakpoint(struct gdbarch *gdbarch, gdbarch_memory_insert_breakpoint_ftype memory_insert_breakpoint) argument
[all...]
H A Dsol-thread.c1592 sol_thread_ops.to_insert_breakpoint = memory_insert_breakpoint;
H A Dgo32-nat.c864 go32_ops.to_insert_breakpoint = memory_insert_breakpoint;
H A Dremote-mips.c2236 return memory_insert_breakpoint (addr, contents_cache);
H A Dtarget.c506 memory_insert_breakpoint);
H A Dwin32-nat.c2061 child_ops.to_insert_breakpoint = memory_insert_breakpoint;
H A Dgdbarch.h1595 extern void set_gdbarch_memory_insert_breakpoint (struct gdbarch *gdbarch, gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint);
H A Dgnu-nat.c2643 gnu_ops.to_insert_breakpoint = memory_insert_breakpoint;
H A Dprocfs.c176 procfs_ops.to_insert_breakpoint = memory_insert_breakpoint;
H A Dremote.c4510 return memory_insert_breakpoint (addr, contents_cache);
/freebsd-10.1-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c1526 fbsd_thread_ops.to_insert_breakpoint = memory_insert_breakpoint;

Completed in 322 milliseconds