Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dbreakpoint.c4077 b->enable_state = bp_enabled; in set_raw_breakpoint()
4255 b->enable_state = bp_enabled; in create_thread_event_breakpoint()
4403 b->enable_state = bp_enabled; in re_enable_breakpoints_in_shlibs()
4476 b->enable_state = bp_enabled; in solib_load_unload_1()
4528 b->enable_state = bp_enabled; in create_fork_vfork_event_catchpoint()
4567 b->enable_state = bp_enabled; in create_exec_event_catchpoint()
4667 b->enable_state = bp_enabled; in enable_watchpoints_after_interactive_call_stop()
4684 b->enable_state = bp_enabled; in set_momentary_breakpoint()
4903 b->enable_state = bp_enabled; in create_breakpoints()
6419 b->enable_state = bp_enabled; in create_exception_catchpoint()
[all …]
H A Dbreakpoint.h151 bp_enabled, /* The eventpoint is active, and can trigger. */ enumerator