Searched refs:low_cannot_store_register (Results 26 - 36 of 36) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.h611 virtual bool low_cannot_store_register (int regno) = 0;
H A Dlinux-x86-low.cc135 bool low_cannot_store_register (int regno) override;
383 x86_target::low_cannot_store_register (int regno)
381 x86_target::low_cannot_store_register (int regno) function in class:x86_target
H A Dlinux-aarch64-low.cc104 bool low_cannot_store_register (int regno) override;
160 aarch64_target::low_cannot_store_register (int regno) function in class:aarch64_target
162 gdb_assert_not_reached ("linux target op low_cannot_store_register "
H A Dlinux-ppc-low.cc90 bool low_cannot_store_register (int regno) override;
213 ppc_target::low_cannot_store_register (int regno) function in class:ppc_target
H A Dlinux-s390-low.cc96 bool low_cannot_store_register (int regno) override;
211 s390_target::low_cannot_store_register (int regno) function in class:s390_target
H A Dlinux-low.cc5192 if (low_cannot_store_register (regno))
5226 if (!low_cannot_store_register (regno))
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-x86-low.cc135 bool low_cannot_store_register (int regno) override;
381 x86_target::low_cannot_store_register (int regno)
379 x86_target::low_cannot_store_register (int regno) function in class:x86_target
H A Dlinux-aarch64-low.cc90 bool low_cannot_store_register (int regno) override;
146 aarch64_target::low_cannot_store_register (int regno) function in class:aarch64_target
148 gdb_assert_not_reached ("linux target op low_cannot_store_register "
H A Dlinux-ppc-low.cc90 bool low_cannot_store_register (int regno) override;
213 ppc_target::low_cannot_store_register (int regno) function in class:ppc_target
H A Dlinux-s390-low.cc96 bool low_cannot_store_register (int regno) override;
211 s390_target::low_cannot_store_register (int regno) function in class:s390_target
H A Dlinux-low.cc5354 if (low_cannot_store_register (regno))
5388 if (!low_cannot_store_register (regno))

Completed in 465 milliseconds

12