Searched refs:remote_hw_breakpoint_limit (Results 1 – 3 of 3) sorted by relevance
11201 static int remote_hw_breakpoint_limit = -1; variable11221 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()
13328 (remote_hw_breakpoint_limit): Ditto.
10969 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):