Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c4689 hw_watchpoint_used_count (enum bptype type, int *other_type_used) in hw_watchpoint_used_count() argument
4694 *other_type_used = 0; in hw_watchpoint_used_count()
4704 *other_type_used = 1; in hw_watchpoint_used_count()
5854 int i, other_type_used, target_resources_ok = 0; in watch_command_1() local
5902 i = hw_watchpoint_used_count (bp_type, &other_type_used); in watch_command_1()
5905 other_type_used); in watch_command_1()
7656 int target_resources_ok, other_type_used; in do_enable_breakpoint() local
7731 int i = hw_watchpoint_used_count (bpt->type, &other_type_used); in do_enable_breakpoint()
7737 bpt->type, i + mem_cnt, other_type_used); in do_enable_breakpoint()
H A DChangeLog-19942451 variable b, remove unused variable other_type_used.