Lines Matching refs:enable_state

384     enable_state = bp_enabled;  in momentary_breakpoint()
840 return (b->enable_state == bp_enabled); in breakpoint_enabled()
2579 && loc->owner->enable_state == bp_enabled in build_target_condition_list()
2761 && loc->owner->enable_state == bp_enabled in build_target_command_list()
3118 bl->owner->enable_state = bp_disabled; in insert_bp_location()
3594 b->enable_state = bp_enabled; in create_overlay_event_breakpoint()
3599 b->enable_state = bp_disabled; in create_overlay_event_breakpoint()
3648 b->enable_state = bp_disabled; in create_longjmp_master_breakpoint_probe()
3695 b->enable_state = bp_disabled; in create_longjmp_master_breakpoint_names()
3775 b->enable_state = bp_disabled; in create_std_terminate_master_breakpoint()
3825 b->enable_state = bp_disabled; in create_exception_master_breakpoint_probe()
3866 b->enable_state = bp_disabled; in create_exception_master_breakpoint_hook()
5875 b->enable_state = bp_disabled; in bpstat_stop_status()
6551 uiout->field_fmt ("enabled", "%c", bpenables[(int) b->enable_state]); in print_one_breakpoint_location()
7214 ((b.enable_state == bp_disabled in describe_other_breakpoints()
7215 || b.enable_state == bp_call_disabled) in describe_other_breakpoints()
7840 b.enable_state = bp_enabled; in enable_overlay_breakpoints()
7852 b.enable_state = bp_disabled; in disable_overlay_breakpoints()
7888 b->enable_state = bp_enabled; in create_thread_event_breakpoint()
8248 b.enable_state = bp_call_disabled; in disable_watchpoints_before_interactive_call_start()
8257 if (is_watchpoint (&b) && b.enable_state == bp_call_disabled) in enable_watchpoints_after_interactive_call_stop()
8259 b.enable_state = bp_enabled; in enable_watchpoints_after_interactive_call_stop()
8650 enable_state = enabled_ ? bp_enabled : bp_disabled; in code_breakpoint()
9397 b->enable_state = enabled ? bp_enabled : bp_disabled; in create_breakpoint()
10532 scope_breakpoint->enable_state = bp_enabled; in watch_command_1()
12982 b->enable_state = bp_disabled; in update_breakpoint_locations()
13124 || enable_state == bp_disabled)) in location_spec_to_sals()
13135 enable_state = bp_disabled; in location_spec_to_sals()
13681 bpt->enable_state = bp_disabled; in disable_breakpoint()
13785 enum enable_state orig_enable_state = bp_disabled; in enable_breakpoint_disp()
13791 orig_enable_state = bpt->enable_state; in enable_breakpoint_disp()
13792 bpt->enable_state = bp_enabled; in enable_breakpoint_disp()
13797 bpt->enable_state = orig_enable_state; in enable_breakpoint_disp()
13804 bpt->enable_state = bp_enabled; in enable_breakpoint_disp()
13900 if (bp.enable_state == bp_enabled in invalidate_bp_value_on_memory_change()
14520 if (tp.enable_state == bp_disabled) in save_breakpoints()