Searched refs:bp_type (Results 1 – 1 of 1) sorted by relevance
3998 allocate_bp_location (struct breakpoint *bpt, enum bptype bp_type) in allocate_bp_location() argument4007 switch (bp_type) in allocate_bp_location()5644 enum bptype bp_type; in watch_command_1() local5680 bp_type = bp_read_watchpoint; in watch_command_1()5682 bp_type = bp_access_watchpoint; in watch_command_1()5684 bp_type = bp_hardware_watchpoint; in watch_command_1()5687 if (mem_cnt == 0 && bp_type != bp_hardware_watchpoint) in watch_command_1()5691 i = hw_watchpoint_used_count (bp_type, &other_type_used); in watch_command_1()5693 TARGET_CAN_USE_HARDWARE_WATCHPOINT (bp_type, i + mem_cnt, in watch_command_1()5695 if (target_resources_ok == 0 && bp_type != bp_hardware_watchpoint) in watch_command_1()[all …]