Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDbreakpoint.c4870 int target_resources_ok = in create_breakpoints() local
4873 if (target_resources_ok == 0) in create_breakpoints()
4875 else if (target_resources_ok < 0) in create_breakpoints()
5751 int i, other_type_used, target_resources_ok = 0; in watch_command_1() local
5800 target_resources_ok = in watch_command_1()
5803 if (target_resources_ok == 0 && bp_type != bp_hardware_watchpoint) in watch_command_1()
5806 if (target_resources_ok < 0 && bp_type != bp_hardware_watchpoint) in watch_command_1()
5834 if (!mem_cnt || target_resources_ok <= 0) in watch_command_1()
7544 int target_resources_ok, other_type_used; in do_enable_breakpoint() local
7551 target_resources_ok = in do_enable_breakpoint()
[all …]