HomeSort by: relevance | last modified time | path
    Searched defs:low_set_pc (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdbserver/
linux-sh-low.cc 43 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
65 sh_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:sh_target
linux-arc-low.cc 79 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
101 arc_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:arc_target
linux-csky-low.cc 51 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
121 csky_target::low_set_pc (struct regcache *regcache, CORE_ADDR pc) function in class:csky_target
linux-m68k-low.cc 43 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
67 m68k_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:m68k_target
linux-or1k-low.cc 52 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
74 or1k_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:or1k_target
linux-riscv-low.cc 58 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
240 /* Implementation of linux target ops method "low_set_pc". */
243 riscv_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) function in class:riscv_target
linux-loongarch-low.cc 51 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
335 /* Implementation of linux target ops method "low_set_pc". */
338 loongarch_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) function in class:loongarch_target
linux-tic6x-low.cc 62 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
265 tic6x_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:tic6x_target
linux-xtensa-low.cc 44 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
80 xtensa_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:xtensa_target
linux-mips-low.cc 53 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
336 mips_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:mips_target
linux-arm-low.cc 89 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
139 arm_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:arm_target
linux-s390-low.cc 101 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
521 s390_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) function in class:s390_target
linux-x86-low.cc 147 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
591 x86_target::low_set_pc (regcache *regcache, CORE_ADDR pc)
589 x86_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:x86_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-sh-low.cc 43 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
65 sh_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:sh_target
linux-arc-low.cc 79 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
101 arc_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:arc_target
linux-csky-low.cc 51 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
121 csky_target::low_set_pc (struct regcache *regcache, CORE_ADDR pc) function in class:csky_target
linux-m68k-low.cc 43 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
67 m68k_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:m68k_target
linux-nios2-low.cc 55 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
77 nios2_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:nios2_target
linux-or1k-low.cc 52 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
74 or1k_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:or1k_target
linux-riscv-low.cc 58 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
240 /* Implementation of linux target ops method "low_set_pc". */
243 riscv_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) function in class:riscv_target
linux-loongarch-low.cc 51 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
335 /* Implementation of linux target ops method "low_set_pc". */
338 loongarch_target::low_set_pc (regcache *regcache, CORE_ADDR newpc) function in class:loongarch_target
linux-tic6x-low.cc 62 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
265 tic6x_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:tic6x_target
linux-xtensa-low.cc 44 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
80 xtensa_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:xtensa_target
linux-mips-low.cc 53 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
336 mips_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:mips_target
linux-arm-low.cc 89 void low_set_pc (regcache *regcache, CORE_ADDR newpc) override;
139 arm_target::low_set_pc (regcache *regcache, CORE_ADDR pc) function in class:arm_target

Completed in 37 milliseconds

1 2