Home
last modified time | relevance | path

Searched refs:write_pc (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinferior.h171 extern void write_pc (CORE_ADDR);
H A Dm32r-rom.c172 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 Dgdbarch.c142 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 Drs6000-nat.c545 write_pc (DUMMY_INSN_ADDR); in exec_one_dummy_insn()
560 write_pc (prev_pc); in exec_one_dummy_insn()
H A Dremote-e7000.c1635 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 Ddve3900-rom.c934 write_pc (bfd_get_start_address (exec_bfd)); in r3900_load()
H A Dalpha-tdep.c1458 write_pc (next_pc); in alpha_software_single_step()
H A Dremote-m32r-sdi.c1356 write_pc (bfd_get_start_address (exec_bfd)); in m32r_load()
H A Dregcache.c1146 write_pc (CORE_ADDR pc) in write_pc() function
H A Dmonitor.c2170 write_pc (bfd_get_start_address (exec_bfd)); in monitor_load()
H A Dgdbarch.h274 extern void set_gdbarch_write_pc (struct gdbarch *gdbarch, gdbarch_write_pc_ftype *write_pc);
H A Dremote-mips.c3265 write_pc (bfd_get_start_address (exec_bfd)); in mips_load()
H A Dgdbarch.sh419 f:TARGET_WRITE_PC:void:write_pc:CORE_ADDR val, ptid_t ptid:val, ptid:0:generic_target_write_pc::0
H A Dinfrun.c739 write_pc (addr); in proceed()
H A Dsymfile.c1562 write_pc (entry); in generic_load()
H A DChangeLog-19933967 * 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 DChangeLog-19961080 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 DChangeLog-19993788 "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 DChangeLog-19942252 * 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 DChangeLog-20003201 generic_target_write_sp, generic_target_read_sp, write_pc, read_pc,
H A DChangeLog-20018553 generic_target_write_pc, write_pc_pid, write_pc,
H A DChangeLog12497 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo3827 @findex write_pc
3831 @code{write_pc}, and @code{read_sp}. For most targets, these may be