Lines Matching refs:enable_state

346   return (b->enable_state == bp_enabled && !b->pending);  in breakpoint_enabled()
869 bpt->owner->enable_state = bp_shlib_disabled; in insert_bp_location()
1060 bpt->owner->enable_state = bp_disabled; in insert_bp_location()
1087 bpt->owner->enable_state = bp_disabled; in insert_bp_location()
1103 bpt->owner->enable_state = bp_disabled; in insert_bp_location()
1420 if (b->owner->enable_state == bp_permanent) in remove_breakpoint()
1702 || bpt->owner->enable_state == bp_permanent) in breakpoint_here_p()
1709 else if (bpt->owner->enable_state == bp_permanent) in breakpoint_here_p()
1765 || bpt->owner->enable_state == bp_permanent) in software_breakpoint_inserted_here_p()
1799 || bpt->owner->enable_state == bp_permanent) in breakpoint_thread_match()
2608 if (!breakpoint_enabled (b) && b->enable_state != bp_permanent) in bpstat_stop_status()
2885 b->enable_state = bp_disabled; in bpstat_stop_status()
3357 ui_out_field_fmt (uiout, "enabled", "%c", bpenables[(int) b->enable_state]); in print_one_breakpoint()
3799 ((b->enable_state == bp_disabled || in describe_other_breakpoints()
3800 b->enable_state == bp_shlib_disabled || in describe_other_breakpoints()
3801 b->enable_state == bp_call_disabled) in describe_other_breakpoints()
3803 : b->enable_state == bp_permanent in describe_other_breakpoints()
3881 if (b->owner->enable_state != bp_disabled in check_duplicates()
3882 && b->owner->enable_state != bp_shlib_disabled in check_duplicates()
3884 && b->owner->enable_state != bp_call_disabled in check_duplicates()
3890 if (b->owner->enable_state == bp_permanent) in check_duplicates()
3916 if (b->owner->enable_state != bp_disabled in check_duplicates()
3917 && b->owner->enable_state != bp_shlib_disabled in check_duplicates()
3919 && b->owner->enable_state != bp_call_disabled in check_duplicates()
4097 b->enable_state = bp_enabled; in set_raw_breakpoint()
4136 b->enable_state = bp_permanent; in make_breakpoint_permanent()
4178 b->enable_state = bp_disabled; in create_longjmp_breakpoint()
4196 b->enable_state = bp_enabled; in enable_longjmp_breakpoint()
4210 b->enable_state = bp_disabled; in disable_longjmp_breakpoint()
4230 b->enable_state = bp_enabled; in create_overlay_event_breakpoint()
4235 b->enable_state = bp_disabled; in create_overlay_event_breakpoint()
4248 b->enable_state = bp_enabled; in enable_overlay_breakpoints()
4262 b->enable_state = bp_disabled; in disable_overlay_breakpoints()
4275 b->enable_state = bp_enabled; in create_thread_event_breakpoint()
4392 b->enable_state = bp_shlib_disabled; in disable_breakpoints_in_shlibs()
4430 b->enable_state = bp_shlib_disabled; in disable_breakpoints_in_unloaded_shlib()
4455 if (b->enable_state == bp_shlib_disabled) in re_enable_breakpoints_in_shlibs()
4468 b->enable_state = bp_enabled; in re_enable_breakpoints_in_shlibs()
4470 else if (b->pending && (b->enable_state == bp_enabled)) in re_enable_breakpoints_in_shlibs()
4540 b->enable_state = bp_enabled; in solib_load_unload_1()
4592 b->enable_state = bp_enabled; in create_fork_vfork_event_catchpoint()
4631 b->enable_state = bp_enabled; in create_exec_event_catchpoint()
4645 if (b->type == bp_hardware_breakpoint && b->enable_state == bp_enabled) in hw_breakpoint_used_count()
4691 b->enable_state = bp_enabled; in set_longjmp_resume_breakpoint()
4712 b->enable_state = bp_call_disabled; in disable_watchpoints_before_interactive_call_start()
4730 && (b->enable_state == bp_call_disabled)) in enable_watchpoints_after_interactive_call_stop()
4732 b->enable_state = bp_enabled; in enable_watchpoints_after_interactive_call_stop()
4749 b->enable_state = bp_enabled; in set_momentary_breakpoint()
4970 b->enable_state = bp_enabled; in create_breakpoints()
5766 scope_breakpoint->enable_state = bp_enabled; in watch_command_1()
6308 b->enable_state = bp_enabled;
6388 b->enable_state = bp_enabled;
6827 && b->enable_state != bp_disabled
6828 && b->enable_state != bp_shlib_disabled
6830 && b->enable_state != bp_call_disabled)
6838 if (b->enable_state == bp_permanent)
6996 enum enable_state save_enable;
7041 save_enable = b->enable_state;
7042 if (b->enable_state != bp_shlib_disabled)
7043 b->enable_state = bp_disabled;
7115 b->enable_state = save_enable; /* Restore it, this worked. */
7399 if (bpt->enable_state == bp_permanent)
7402 bpt->enable_state = bp_disabled;
7465 if (bpt->enable_state != bp_enabled)
7476 bpt->enable_state = bp_enabled;
7482 if (bpt->enable_state != bp_permanent)
7483 bpt->enable_state = bp_enabled;
7505 bpt->enable_state = bp_disabled;
7536 bpt->enable_state = bp_disabled;