Home
last modified time | relevance | path

Searched refs:remote_hw_watchpoint_limit (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote.c4591 int remote_hw_watchpoint_limit = -1; variable
4608 if (remote_hw_watchpoint_limit == 0) in remote_check_watch_resources()
4610 else if (remote_hw_watchpoint_limit < 0) in remote_check_watch_resources()
4614 else if (cnt <= remote_hw_watchpoint_limit) in remote_check_watch_resources()
5575 &remote_hw_watchpoint_limit, "\ in _initialize_remote()
DChangeLog-200313327 (remote_hw_watchpoint_limit): Initialize to -1.