HomeSort by: relevance | last modified time | path
    Searched defs:low_fetch_register (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-ia64-low.cc 43 bool low_fetch_register (regcache *regcache, int regno) override;
327 ia64_target::low_fetch_register (regcache *regcache, int regnum) function in class:ia64_target
linux-riscv-low.cc 52 bool low_fetch_register (regcache *regcache, int regno) override;
208 /* Implementation of linux target ops method "low_fetch_register". */
211 riscv_target::low_fetch_register (regcache *regcache, int regno) function in class:riscv_target
linux-loongarch-low.cc 45 bool low_fetch_register (regcache *regcache, int regno) override;
307 /* Implementation of linux target ops method "low_fetch_register". */
310 loongarch_target::low_fetch_register (regcache *regcache, int regno) function in class:loongarch_target
linux-mips-low.cc 47 bool low_fetch_register (regcache *regcache, int regno) override;
308 mips_target::low_fetch_register (regcache *regcache, int regno) function in class:mips_target
linux-low.cc 5336 low_fetch_register (regcache, regno);
5344 if (low_fetch_register (regcache, regno))
5382 linux_process_target::low_fetch_register (regcache *regcache, int regno) function in class:linux_process_target
  /src/external/gpl3/gdb/dist/gdbserver/
linux-ia64-low.cc 43 bool low_fetch_register (regcache *regcache, int regno) override;
327 ia64_target::low_fetch_register (regcache *regcache, int regnum) function in class:ia64_target
linux-riscv-low.cc 52 bool low_fetch_register (regcache *regcache, int regno) override;
208 /* Implementation of linux target ops method "low_fetch_register". */
211 riscv_target::low_fetch_register (regcache *regcache, int regno) function in class:riscv_target
linux-loongarch-low.cc 50 bool low_fetch_register (regcache *regcache, int regno) override;
348 /* Implementation of linux target ops method "low_fetch_register". */
351 loongarch_target::low_fetch_register (regcache *regcache, int regno) function in class:loongarch_target
linux-mips-low.cc 47 bool low_fetch_register (regcache *regcache, int regno) override;
308 mips_target::low_fetch_register (regcache *regcache, int regno) function in class:mips_target
linux-low.cc 5357 low_fetch_register (regcache, regno);
5365 if (low_fetch_register (regcache, regno))
5403 linux_process_target::low_fetch_register (regcache *regcache, int regno) function in class:linux_process_target

Completed in 48 milliseconds