Searched refs:read_pc (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dwin32-low.h163 CORE_ADDR read_pc (regcache *regcache) override;
H A Dregcache.cc480 return the_target->read_pc (regcache);
H A Dtarget.h327 virtual CORE_ADDR read_pc (regcache *regcache);
H A Dlinux-low.h253 CORE_ADDR read_pc (regcache *regcache) override;
H A Dtarget.cc615 process_stratum_target::read_pc (regcache *regcache) function in class:process_stratum_target
617 gdb_assert_not_reached ("process_target::read_pc: Unable to find PC");
H A Dwin32-low.cc1891 win32_process_target::read_pc (struct regcache *regcache) function in class:win32_process_target
H A Dlinux-low.cc6369 linux_process_target::read_pc (regcache *regcache)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dwin32-low.h154 CORE_ADDR read_pc (regcache *regcache) override;
H A Dregcache.cc490 return the_target->read_pc (regcache);
H A Dtarget.cc586 process_stratum_target::read_pc (regcache *regcache) function in class:process_stratum_target
588 gdb_assert_not_reached ("process_target::read_pc: Unable to find PC");
H A Dtarget.h309 virtual CORE_ADDR read_pc (regcache *regcache);
H A Dlinux-low.h252 CORE_ADDR read_pc (regcache *regcache) override;
H A Dwin32-low.cc1413 win32_process_target::read_pc (struct regcache *regcache) function in class:win32_process_target
H A Dlinux-low.cc6111 linux_process_target::read_pc (regcache *regcache)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pj/
H A Dops.s346 read_pc
H A Dops.d356 1fe: ff 40 read_pc
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c186 gdbarch_read_pc_ftype *read_pc; member in struct:gdbarch
555 /* Skip verify of read_pc, has predicate. */
1300 "gdbarch_dump: read_pc = <%s>\n",
1301 host_address_to_string (gdbarch->read_pc));
1927 return gdbarch->read_pc != NULL;
1934 gdb_assert (gdbarch->read_pc != NULL);
1937 return gdbarch->read_pc (regcache);
1942 gdbarch_read_pc_ftype read_pc)
1944 gdbarch->read_pc = read_pc;
1941 set_gdbarch_read_pc(struct gdbarch *gdbarch, gdbarch_read_pc_ftype read_pc) argument
[all...]
H A Dgdbarch.h261 extern void set_gdbarch_read_pc (struct gdbarch *gdbarch, gdbarch_read_pc_ftype *read_pc);
H A Dgdbarch.sh388 F;CORE_ADDR;read_pc;readable_regcache *regcache;regcache
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c76 gdbarch_read_pc_ftype *read_pc = nullptr; member in struct:gdbarch
327 /* Skip verify of read_pc, has predicate. */
618 "gdbarch_dump: read_pc = <%s>\n",
619 host_address_to_string (gdbarch->read_pc));
1765 return gdbarch->read_pc != NULL;
1772 gdb_assert (gdbarch->read_pc != NULL);
1775 return gdbarch->read_pc (regcache);
1780 gdbarch_read_pc_ftype read_pc)
1782 gdbarch->read_pc = read_pc;
1779 set_gdbarch_read_pc(struct gdbarch *gdbarch, gdbarch_read_pc_ftype read_pc) argument
[all...]
H A Dgdbarch-gen.h170 extern void set_gdbarch_read_pc (struct gdbarch *gdbarch, gdbarch_read_pc_ftype *read_pc);

Completed in 385 milliseconds