Searched refs:othertype (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | x86-nat.h | 56 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()
|
| D | aarch64-nat.h | 51 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()
|
| D | x86-nat.c | 196 x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in x86_can_use_hw_breakpoint() argument
|
| D | aarch64-nat.c | 74 aarch64_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in aarch64_can_use_hw_breakpoint() argument
|
| D | ia64-linux-nat.c | 722 int cnt, int othertype) in can_use_hw_breakpoint() argument
|
| D | s390-linux-nat.c | 889 int cnt, int othertype) in can_use_hw_breakpoint() argument
|
| D | target.h | 2088 int othertype);
|
| D | nto-procfs.c | 1547 int cnt, int othertype) in can_use_hw_breakpoint() argument
|
| D | target.c | 492 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()
|
| D | procfs.c | 3005 procfs_target::can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) in can_use_hw_breakpoint() argument
|