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

  /src/external/gpl3/gdb/dist/gdbserver/
linux-csky-low.cc 37 bool supports_z_point_type (char z_type) override;
312 csky_target::supports_z_point_type (char z_type) function in class:csky_target
win32-low.h 86 int (*supports_z_point_type) (char z_type); member in struct:win32_target_ops
135 bool supports_z_point_type (char z_type) override;
linux-mips-low.cc 37 bool supports_z_point_type (char z_type) override;
525 mips_target::supports_z_point_type (char z_type) function in class:mips_target
target.cc 355 process_stratum_target::supports_z_point_type (char z_type) function in class:process_stratum_target
linux-arm-low.cc 73 bool supports_z_point_type (char z_type) override;
590 arm_target::supports_z_point_type (char z_type) function in class:arm_target
netbsd-low.cc 593 netbsd_process_target::supports_z_point_type (char z_type) function in class:netbsd_process_target
win32-low.cc 201 win32_process_target::supports_z_point_type (char z_type) function in class:win32_process_target
204 || (the_low_target.supports_z_point_type != NULL
205 && the_low_target.supports_z_point_type (z_type)));
linux-s390-low.cc 63 bool supports_z_point_type (char z_type) override;
713 /* The "supports_z_point_type" target ops method. */
716 s390_target::supports_z_point_type (char z_type) function in class:s390_target
linux-x86-low.cc 113 bool supports_z_point_type (char z_type) override;
648 x86_target::supports_z_point_type (char z_type)
643 x86_target::supports_z_point_type (char z_type) function in class:x86_target
linux-aarch64-low.cc 72 bool supports_z_point_type (char z_type) override;
409 /* Implementation of target ops method "supports_z_point_type". */
412 aarch64_target::supports_z_point_type (char z_type) function in class:aarch64_target
linux-ppc-low.cc 56 bool supports_z_point_type (char z_type) override;
361 /* Implement supports_z_point_type target-ops.
368 ppc_target::supports_z_point_type (char z_type) function in class:ppc_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-csky-low.cc 37 bool supports_z_point_type (char z_type) override;
312 csky_target::supports_z_point_type (char z_type) function in class:csky_target
win32-low.h 79 int (*supports_z_point_type) (char z_type); member in struct:win32_target_ops
128 bool supports_z_point_type (char z_type) override;
linux-mips-low.cc 37 bool supports_z_point_type (char z_type) override;
525 mips_target::supports_z_point_type (char z_type) function in class:mips_target
target.cc 355 process_stratum_target::supports_z_point_type (char z_type) function in class:process_stratum_target
linux-arm-low.cc 73 bool supports_z_point_type (char z_type) override;
590 arm_target::supports_z_point_type (char z_type) function in class:arm_target
netbsd-low.cc 590 netbsd_process_target::supports_z_point_type (char z_type) function in class:netbsd_process_target
win32-low.cc 214 win32_process_target::supports_z_point_type (char z_type) function in class:win32_process_target
217 || (the_low_target.supports_z_point_type != NULL
218 && the_low_target.supports_z_point_type (z_type)));
linux-s390-low.cc 63 bool supports_z_point_type (char z_type) override;
713 /* The "supports_z_point_type" target ops method. */
716 s390_target::supports_z_point_type (char z_type) function in class:s390_target
linux-x86-low.cc 107 bool supports_z_point_type (char z_type) override;
642 x86_target::supports_z_point_type (char z_type)
637 x86_target::supports_z_point_type (char z_type) function in class:x86_target
linux-aarch64-low.cc 72 bool supports_z_point_type (char z_type) override;
409 /* Implementation of target ops method "supports_z_point_type". */
412 aarch64_target::supports_z_point_type (char z_type) function in class:aarch64_target
linux-ppc-low.cc 56 bool supports_z_point_type (char z_type) override;
361 /* Implement supports_z_point_type target-ops.
368 ppc_target::supports_z_point_type (char z_type) function in class:ppc_target

Completed in 53 milliseconds