Home
last modified time | relevance | path

Searched refs:remote_hw_breakpoint_limit (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote.c11201 static int remote_hw_breakpoint_limit = -1; variable
11221 if (remote_hw_breakpoint_limit == 0) in can_use_hw_breakpoint()
11223 else if (remote_hw_breakpoint_limit < 0) in can_use_hw_breakpoint()
11225 else if (cnt <= remote_hw_breakpoint_limit) in can_use_hw_breakpoint()
16027 &remote_hw_breakpoint_limit, _("\ in _initialize_remote()
DChangeLog-200313328 (remote_hw_breakpoint_limit): Ditto.
DChangeLog-201910969 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):