Searched refs:write_pc (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dinferior.h171 extern void write_pc (CORE_ADDR);
H A Ddve3900-rom.c934 write_pc (bfd_get_start_address (exec_bfd));
H A Dgdbarch.c130 gdbarch_write_pc_ftype *write_pc; member in struct:gdbarch
297 0, /* write_pc */
478 current_gdbarch->write_pc = generic_target_write_pc;
604 /* Skip verify of write_pc, invalid_p == 0 */
2399 (long) current_gdbarch->write_pc
2697 gdb_assert (gdbarch->write_pc != NULL);
2700 gdbarch->write_pc (val, ptid);
2705 gdbarch_write_pc_ftype write_pc)
2707 gdbarch->write_pc = write_pc;
2704 set_gdbarch_write_pc(struct gdbarch *gdbarch, gdbarch_write_pc_ftype write_pc) argument
[all...]
H A Dremote-e7000.c1634 write_pc (bfd_get_start_address (exec_bfd));
2078 write_pc (read_pc ()); /* PC is always off by 2 for breakpoints */
H A Drs6000-nat.c538 write_pc (DUMMY_INSN_ADDR);
553 write_pc (prev_pc);
H A Dalpha-tdep.c1470 write_pc (next_pc);
H A Dmonitor.c2169 write_pc (bfd_get_start_address (exec_bfd));
H A Dregcache.c1305 /* read_pc, write_pc, read_sp, deprecated_read_fp, etc. Special
1315 write_pc_pid(), write_pc(), and deprecated_read_fp(), all need to
1375 write_pc (CORE_ADDR pc) function
H A Dinfrun.c768 write_pc (addr);
H A Dremote-mips.c3266 that the write_pc() WILL update the PC value: */
3270 write_pc (bfd_get_start_address (exec_bfd));
H A Dgdbarch.h256 extern void set_gdbarch_write_pc (struct gdbarch *gdbarch, gdbarch_write_pc_ftype *write_pc);
H A Dsymfile.c41 #include "inferior.h" /* for write_pc */
1533 write_pc (entry);

Completed in 239 milliseconds