Searched refs:x86_can_use_hw_breakpoint (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dx86-nat.h51 extern int x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype);
76 { return x86_can_use_hw_breakpoint (type, cnt, othertype); }
H A Dx86-nat.c255 x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dx86-nat.h56 extern int x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype);
81 { return x86_can_use_hw_breakpoint (type, cnt, othertype); }
H A Dx86-nat.c197 x86_can_use_hw_breakpoint (enum bptype type, int cnt, int othertype) function

Completed in 106 milliseconds