HomeSort by: relevance | last modified time | path
    Searched refs:low_cannot_fetch_register (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdbserver/
linux-or1k-low.cc 44 bool low_cannot_fetch_register (int regno) override;
120 /* Implement the low_cannot_fetch_register linux target ops method. */
123 or1k_target::low_cannot_fetch_register (int regno) function in class:or1k_target
linux-sh-low.cc 35 bool low_cannot_fetch_register (int regno) override;
104 sh_target::low_cannot_fetch_register (int regno) function in class:sh_target
linux-ia64-low.cc 39 bool low_cannot_fetch_register (int regno) override;
316 ia64_target::low_cannot_fetch_register (int regno) function in class:ia64_target
linux-m68k-low.cc 35 bool low_cannot_fetch_register (int regno) override;
120 m68k_target::low_cannot_fetch_register (int regno) function in class:m68k_target
linux-csky-low.cc 45 bool low_cannot_fetch_register (int regno) override;
91 csky_target::low_cannot_fetch_register (int regno) function in class:csky_target
linux-riscv-low.cc 48 bool low_cannot_fetch_register (int regno) override;
68 riscv_target::low_cannot_fetch_register (int regno) function in class:riscv_target
70 gdb_assert_not_reached ("linux target op low_cannot_fetch_register "
linux-sparc-low.cc 58 bool low_cannot_fetch_register (int regno) override;
154 sparc_target::low_cannot_fetch_register (int regno) function in class:sparc_target
linux-tic6x-low.cc 54 bool low_cannot_fetch_register (int regno) override;
238 tic6x_target::low_cannot_fetch_register (int regno) function in class:tic6x_target
linux-xtensa-low.cc 36 bool low_cannot_fetch_register (int regno) override;
54 xtensa_target::low_cannot_fetch_register (int regno) function in class:xtensa_target
56 gdb_assert_not_reached ("linux target op low_cannot_fetch_register "
linux-arc-low.cc 71 bool low_cannot_fetch_register (int regno) override;
129 arc_target::low_cannot_fetch_register (int regno) function in class:arc_target
linux-loongarch-low.cc 41 bool low_cannot_fetch_register (int regno) override;
61 loongarch_target::low_cannot_fetch_register (int regno) function in class:loongarch_target
63 gdb_assert_not_reached ("linux target op low_cannot_fetch_register "
linux-arm-low.cc 81 bool low_cannot_fetch_register (int regno) override;
270 arm_target::low_cannot_fetch_register (int regno) function in class:arm_target
linux-mips-low.cc 43 bool low_cannot_fetch_register (int regno) override;
259 mips_target::low_cannot_fetch_register (int regno) function in class:mips_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-or1k-low.cc 44 bool low_cannot_fetch_register (int regno) override;
120 /* Implement the low_cannot_fetch_register linux target ops method. */
123 or1k_target::low_cannot_fetch_register (int regno) function in class:or1k_target
linux-sh-low.cc 35 bool low_cannot_fetch_register (int regno) override;
104 sh_target::low_cannot_fetch_register (int regno) function in class:sh_target
linux-ia64-low.cc 39 bool low_cannot_fetch_register (int regno) override;
316 ia64_target::low_cannot_fetch_register (int regno) function in class:ia64_target
linux-m68k-low.cc 35 bool low_cannot_fetch_register (int regno) override;
120 m68k_target::low_cannot_fetch_register (int regno) function in class:m68k_target
linux-nios2-low.cc 47 bool low_cannot_fetch_register (int regno) override;
124 /* Implement the low_cannot_fetch_register linux target ops method. */
127 nios2_target::low_cannot_fetch_register (int regno) function in class:nios2_target
linux-csky-low.cc 45 bool low_cannot_fetch_register (int regno) override;
91 csky_target::low_cannot_fetch_register (int regno) function in class:csky_target
linux-riscv-low.cc 48 bool low_cannot_fetch_register (int regno) override;
68 riscv_target::low_cannot_fetch_register (int regno) function in class:riscv_target
70 gdb_assert_not_reached ("linux target op low_cannot_fetch_register "
linux-sparc-low.cc 58 bool low_cannot_fetch_register (int regno) override;
154 sparc_target::low_cannot_fetch_register (int regno) function in class:sparc_target
linux-tic6x-low.cc 54 bool low_cannot_fetch_register (int regno) override;
238 tic6x_target::low_cannot_fetch_register (int regno) function in class:tic6x_target
linux-xtensa-low.cc 36 bool low_cannot_fetch_register (int regno) override;
54 xtensa_target::low_cannot_fetch_register (int regno) function in class:xtensa_target
56 gdb_assert_not_reached ("linux target op low_cannot_fetch_register "
linux-arc-low.cc 71 bool low_cannot_fetch_register (int regno) override;
129 arc_target::low_cannot_fetch_register (int regno) function in class:arc_target
linux-loongarch-low.cc 41 bool low_cannot_fetch_register (int regno) override;
61 loongarch_target::low_cannot_fetch_register (int regno) function in class:loongarch_target
63 gdb_assert_not_reached ("linux target op low_cannot_fetch_register "

Completed in 150 milliseconds

1 2