Home
last modified time | relevance | path

Searched refs:othertype (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dx86-nat.h56 extern int x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype);
80 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override in can_use_hw_breakpoint()
81 { return x86_can_use_hw_breakpoint (type, cnt, othertype); } in can_use_hw_breakpoint()
Daarch64-nat.h51 int aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype);
72 int can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) override in can_use_hw_breakpoint()
73 { return aarch64_can_use_hw_breakpoint (type, cnt, othertype); } in can_use_hw_breakpoint()
Dx86-nat.c196 x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in x86_can_use_hw_breakpoint() argument
Daarch64-nat.c74 aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in aarch64_can_use_hw_breakpoint() argument
Dia64-linux-nat.c722 int cnt, int othertype) in can_use_hw_breakpoint() argument
Ds390-linux-nat.c889 int cnt, int othertype) in can_use_hw_breakpoint() argument
Dtarget.h2088 int othertype);
Dnto-procfs.c1547 int cnt, int othertype) in can_use_hw_breakpoint() argument
Dtarget.c492 target_can_use_hardware_watchpoint (bptype type, int cnt, int othertype) in target_can_use_hardware_watchpoint() argument
496 return target->can_use_hw_breakpoint (type, cnt, othertype); in target_can_use_hardware_watchpoint()
Dprocfs.c3005 procfs_target::can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in can_use_hw_breakpoint() argument