Home
last modified time | relevance | path

Searched refs:low_get_next_pcs (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-arm-low.cc91 std::vector<CORE_ADDR> low_get_next_pcs (regcache *regcache) override;
1022 arm_target::low_get_next_pcs (regcache *regcache) in low_get_next_pcs() function in arm_target
H A Dlinux-low.h620 virtual std::vector<CORE_ADDR> low_get_next_pcs (regcache *regcache);
H A Dlinux-low.cc296 linux_process_target::low_get_next_pcs (regcache *regcache) in low_get_next_pcs() function in linux_process_target
4041 std::vector<CORE_ADDR> next_pcs = low_get_next_pcs (regcache); in install_software_single_step_breakpoints()
H A DChangeLog1423 <low_get_next_pcs>: Declare.
1425 (linux_process_target::low_get_next_pcs): Define.
1455 * linux-arm-low.cc (class arm_target) <low_get_next_pcs>
1459 (arm_target::low_get_next_pcs): ...this.
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-arm-low.cc91 std::vector<CORE_ADDR> low_get_next_pcs (regcache *regcache) override;
1022 arm_target::low_get_next_pcs (regcache *regcache) in low_get_next_pcs() function in arm_target
H A Dlinux-low.h620 virtual std::vector<CORE_ADDR> low_get_next_pcs (regcache *regcache);
H A Dlinux-low.cc296 linux_process_target::low_get_next_pcs (regcache *regcache) in low_get_next_pcs() function in linux_process_target
4041 std::vector<CORE_ADDR> next_pcs = low_get_next_pcs (regcache); in install_software_single_step_breakpoints()
H A DChangeLog1423 <low_get_next_pcs>: Declare.
1425 (linux_process_target::low_get_next_pcs): Define.
1455 * linux-arm-low.cc (class arm_target) <low_get_next_pcs>
1459 (arm_target::low_get_next_pcs): ...this.