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

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-nat.h 72 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override
x86-nat.h 80 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override
mips-linux-nat.c 53 int can_use_hw_breakpoint (enum bptype, int, int) override;
540 mips_linux_nat_target::can_use_hw_breakpoint (enum bptype type, function in class:mips_linux_nat_target
ia64-linux-nat.c 73 int can_use_hw_breakpoint (enum bptype, int, int) override;
720 ia64_linux_nat_target::can_use_hw_breakpoint (enum bptype type, function in class:ia64_linux_nat_target
loongarch-linux-nat.c 44 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override;
487 loongarch_linux_nat_target::can_use_hw_breakpoint (enum bptype type, int cnt, function in class:loongarch_linux_nat_target
arm-linux-nat.c 76 int can_use_hw_breakpoint (enum bptype, int, int) override;
663 arm_linux_nat_target::can_use_hw_breakpoint (enum bptype type, function in class:arm_linux_nat_target
s390-linux-nat.c 122 int can_use_hw_breakpoint (enum bptype, int, int) override;
886 /* Implement the "can_use_hw_breakpoint" target_ops method. */
889 s390_linux_nat_target::can_use_hw_breakpoint (enum bptype type, function in class:s390_linux_nat_target
target-delegates-gen.c 49 int can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) override;
226 int can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) override;
755 target_ops::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) function in class:target_ops
757 return this->beneath ()->can_use_hw_breakpoint (arg0, arg1, arg2);
761 dummy_target::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) function in class:dummy_target
767 debug_target::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) function in class:debug_target
769 target_debug_printf_nofunc ("-> %s->can_use_hw_breakpoint (...)", this->beneath ()->shortname ());
771 = this->beneath ()->can_use_hw_breakpoint (arg0, arg1, arg2);
772 target_debug_printf_nofunc ("<- %s->can_use_hw_breakpoint (%s, %s, %s) = %s",
ppc-linux-nat.c 498 int can_use_hw_breakpoint (enum bptype, int, int) override;
2046 ppc_linux_nat_target::can_use_hw_breakpoint (enum bptype type, int cnt, function in class:ppc_linux_nat_target
procfs.c 161 int can_use_hw_breakpoint (enum bptype, int, int) override;
3010 procfs_target::can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) function in class:procfs_target
target.h 576 virtual int can_use_hw_breakpoint (enum bptype, int, int)
target.c 497 return target->can_use_hw_breakpoint (type, cnt, othertype);
remote.c 899 int can_use_hw_breakpoint (enum bptype, int, int) override;
11327 remote_target::can_use_hw_breakpoint (enum bptype type, int cnt, int ot)
  /src/external/gpl3/gdb/dist/gdb/
aarch64-nat.h 72 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override
x86-nat.h 80 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override
ia64-linux-nat.c 73 int can_use_hw_breakpoint (enum bptype, int, int) override;
720 ia64_linux_nat_target::can_use_hw_breakpoint (enum bptype type, function in class:ia64_linux_nat_target
loongarch-linux-nat.c 68 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override;
482 loongarch_linux_nat_target::can_use_hw_breakpoint (enum bptype type, int cnt, function in class:loongarch_linux_nat_target
mips-linux-nat.c 53 int can_use_hw_breakpoint (enum bptype, int, int) override;
540 mips_linux_nat_target::can_use_hw_breakpoint (enum bptype type, function in class:mips_linux_nat_target
arm-linux-nat.c 76 int can_use_hw_breakpoint (enum bptype, int, int) override;
661 arm_linux_nat_target::can_use_hw_breakpoint (enum bptype type, function in class:arm_linux_nat_target
s390-linux-nat.c 122 int can_use_hw_breakpoint (enum bptype, int, int) override;
886 /* Implement the "can_use_hw_breakpoint" target_ops method. */
889 s390_linux_nat_target::can_use_hw_breakpoint (enum bptype type, function in class:s390_linux_nat_target
target-delegates-gen.c 49 int can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) override;
230 int can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) override;
763 target_ops::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) function in class:target_ops
765 return this->beneath ()->can_use_hw_breakpoint (arg0, arg1, arg2);
769 dummy_target::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) function in class:dummy_target
775 debug_target::can_use_hw_breakpoint (enum bptype arg0, int arg1, int arg2) function in class:debug_target
777 target_debug_printf_nofunc ("-> %s->can_use_hw_breakpoint (...)", this->beneath ()->shortname ());
779 = this->beneath ()->can_use_hw_breakpoint (arg0, arg1, arg2);
780 target_debug_printf_nofunc ("<- %s->can_use_hw_breakpoint (%s, %s, %s) = %s",
ppc-linux-nat.c 498 int can_use_hw_breakpoint (enum bptype, int, int) override;
2046 ppc_linux_nat_target::can_use_hw_breakpoint (enum bptype type, int cnt, function in class:ppc_linux_nat_target
procfs.c 161 int can_use_hw_breakpoint (enum bptype, int, int) override;
3010 procfs_target::can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) function in class:procfs_target
target.h 576 virtual int can_use_hw_breakpoint (enum bptype, int, int)
target.c 497 return target->can_use_hw_breakpoint (type, cnt, othertype);

Completed in 89 milliseconds

1 2