Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreak-catch-load.c235 c->enable_state = enabled ? bp_enabled : bp_disabled; in add_solib_catchpoint()
Dbreakpoint.c3118 bl->owner->enable_state = bp_disabled; in insert_bp_location()
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()
7214 ((b.enable_state == bp_disabled in describe_other_breakpoints()
7852 b.enable_state = bp_disabled; in disable_overlay_breakpoints()
[all …]
Dbreak-catch-syscall.c460 && bp->enable_state != bp_disabled in is_syscall_catchpoint_enabled()
Dbreakpoint.h218 bp_disabled, /* The eventpoint is inactive, and cannot enumerator
Dsolib-svr4.c2059 if (b->enable_state == bp_disabled && stop_on_solib_events) in svr4_update_solib_event_breakpoint()
Dada-lang.c12083 enable_state = enabled ? bp_enabled : bp_disabled; in ada_catchpoint()
DChangeLog-20083917 (bpstat_stop_status): Change enable_state to bp_disabled only for
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-winsource.c661 if (bp.enable_state == bp_disabled) in update_breakpoint_info()