| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | inferior.h | 171 extern void write_pc (CORE_ADDR);
|
| H A D | m32r-rom.c | 172 write_pc (bfd_get_start_address (exec_bfd)); in m32r_load() 517 write_pc (bfd_get_start_address (abfd)); in m32r_upload_command()
|
| H A D | gdbarch.c | 142 gdbarch_write_pc_ftype *write_pc; member 405 current_gdbarch->write_pc = generic_target_write_pc; in gdbarch_alloc() 1640 (long) current_gdbarch->write_pc); in gdbarch_dump() 1946 gdb_assert (gdbarch->write_pc != NULL); in gdbarch_write_pc() 1949 gdbarch->write_pc (val, ptid); in gdbarch_write_pc() 1954 gdbarch_write_pc_ftype write_pc) in set_gdbarch_write_pc() argument 1956 gdbarch->write_pc = write_pc; in set_gdbarch_write_pc()
|
| H A D | rs6000-nat.c | 545 write_pc (DUMMY_INSN_ADDR); in exec_one_dummy_insn() 560 write_pc (prev_pc); in exec_one_dummy_insn()
|
| H A D | remote-e7000.c | 1635 write_pc (bfd_get_start_address (exec_bfd)); in e7000_load() 2079 write_pc (read_pc ()); /* PC is always off by 2 for breakpoints */ in e7000_wait()
|
| H A D | dve3900-rom.c | 934 write_pc (bfd_get_start_address (exec_bfd)); in r3900_load()
|
| H A D | alpha-tdep.c | 1458 write_pc (next_pc); in alpha_software_single_step()
|
| H A D | remote-m32r-sdi.c | 1356 write_pc (bfd_get_start_address (exec_bfd)); in m32r_load()
|
| H A D | regcache.c | 1146 write_pc (CORE_ADDR pc) in write_pc() function
|
| H A D | monitor.c | 2170 write_pc (bfd_get_start_address (exec_bfd)); in monitor_load()
|
| H A D | gdbarch.h | 274 extern void set_gdbarch_write_pc (struct gdbarch *gdbarch, gdbarch_write_pc_ftype *write_pc);
|
| H A D | remote-mips.c | 3265 write_pc (bfd_get_start_address (exec_bfd)); in mips_load()
|
| H A D | gdbarch.sh | 419 f:TARGET_WRITE_PC:void:write_pc:CORE_ADDR val, ptid_t ptid:val, ptid:0:generic_target_write_pc::0
|
| H A D | infrun.c | 739 write_pc (addr); in proceed()
|
| H A D | symfile.c | 1562 write_pc (entry); in generic_load()
|
| H A D | ChangeLog-1993 | 3967 * infcmd.c (read_pc, write_pc): Modify to use new macros. 6284 infcmd.c (read_pc, write_pc): Add h8500 specific code to handle 6286 infrun.c (proceed): Simplify. Call write_pc instead of doing it 7084 a breakpoint, call write_pc so that NPC gets rolled back as well
|
| H A D | ChangeLog-1996 | 1080 Use write_pc instead, which uses the correct pid. 1337 * (read_pc read_pc_pid write_pc write_pc_pid): Make non-pid forms
|
| H A D | ChangeLog-1999 | 3788 "inferior.h" for write_pc. 3914 * mon960-rom.c: #include "inferior.h" for declaration of write_pc. 6159 double_bit, long_double_bit, read_pc, write_pc, read_fp, write_fp,
|
| H A D | ChangeLog-1994 | 2252 * findvar.c (write_pc write_pc_pid): Remove casts to long when 2956 * findvar.c infcmd.c (read_pc read_pc_pid write_pc write_pc_pid
|
| H A D | ChangeLog-2000 | 3201 generic_target_write_sp, generic_target_read_sp, write_pc, read_pc,
|
| H A D | ChangeLog-2001 | 8553 generic_target_write_pc, write_pc_pid, write_pc,
|
| H A D | ChangeLog | 12497 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | gdbint.texinfo | 3827 @findex write_pc 3831 @code{write_pc}, and @code{read_sp}. For most targets, these may be
|