Home
last modified time | relevance | path

Searched refs:low_set_pc (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-sh-low.cc44 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
66 sh_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in sh_target
H A Dlinux-nios2-low.cc56 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
78 nios2_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in nios2_target
H A Dlinux-m68k-low.cc44 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
68 m68k_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in m68k_target
H A Dlinux-tic6x-low.cc63 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
266 tic6x_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in tic6x_target
H A Dlinux-riscv-low.cc59 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
240 riscv_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) in low_set_pc() function in riscv_target
H A Dlinux-xtensa-low.cc45 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
81 xtensa_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in xtensa_target
H A Dlinux-mips-low.cc54 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
337 mips_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in mips_target
H A Dlinux-arm-low.cc89 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
139 arm_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in arm_target
H A Dlinux-low.cc290 linux_process_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) in low_set_pc() function in linux_process_target
863 low_set_pc (regcache, sw_breakpoint_pc); in save_stop_reason()
2074 low_set_pc (regcache, status.tpoint_addr); in maybe_move_out_of_jump_pad()
3113 low_set_pc (regcache, event_child->stop_pc); in wait_1()
3425 low_set_pc (regcache, event_child->stop_pc); in wait_1()
3636 low_set_pc (regcache, event_child->stop_pc + decr_pc); in wait_1()
6382 low_set_pc (regcache, pc); in write_pc()
H A Dlinux-low.h615 virtual void low_set_pc (regcache *regcache, CORE_ADDR newpc);
H A Dlinux-s390-low.cc102 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
522 s390_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) in low_set_pc() function in s390_target
H A Dlinux-x86-low.cc141 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
570 x86_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in x86_target
H A Dlinux-aarch64-low.cc96 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
283 aarch64_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in aarch64_target
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-sh-low.cc44 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
66 sh_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in sh_target
H A Dlinux-nios2-low.cc56 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
78 nios2_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in nios2_target
H A Dlinux-m68k-low.cc44 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
68 m68k_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in m68k_target
H A Dlinux-tic6x-low.cc63 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
266 tic6x_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in tic6x_target
H A Dlinux-riscv-low.cc59 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
240 riscv_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) in low_set_pc() function in riscv_target
H A Dlinux-xtensa-low.cc45 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
81 xtensa_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in xtensa_target
H A Dlinux-arm-low.cc89 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
139 arm_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in arm_target
H A Dlinux-mips-low.cc54 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
337 mips_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in mips_target
H A Dlinux-low.cc290 linux_process_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) in low_set_pc() function in linux_process_target
863 low_set_pc (regcache, sw_breakpoint_pc); in save_stop_reason()
2074 low_set_pc (regcache, status.tpoint_addr); in maybe_move_out_of_jump_pad()
3113 low_set_pc (regcache, event_child->stop_pc); in wait_1()
3425 low_set_pc (regcache, event_child->stop_pc); in wait_1()
3636 low_set_pc (regcache, event_child->stop_pc + decr_pc); in wait_1()
6382 low_set_pc (regcache, pc); in write_pc()
H A Dlinux-low.h615 virtual void low_set_pc (regcache *regcache, CORE_ADDR newpc);
H A Dlinux-s390-low.cc102 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
522 s390_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) in low_set_pc() function in s390_target
H A Dlinux-x86-low.cc141 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
570 x86_target::low_set_pc (regcache *regcache, CORE_ADDR pc) in low_set_pc() function in x86_target

12