Searched refs:current_event_hooks (Results 1 – 2 of 2) sorted by relevance
44 static struct gdb_events *current_event_hooks = &null_event_hooks; variable53 if (!current_event_hooks->breakpoint_create) in breakpoint_create_event()55 current_event_hooks->breakpoint_create (b); in breakpoint_create_event()63 if (!current_event_hooks->breakpoint_delete) in breakpoint_delete_event()65 current_event_hooks->breakpoint_delete (b); in breakpoint_delete_event()73 if (!current_event_hooks->breakpoint_modify) in breakpoint_modify_event()75 current_event_hooks->breakpoint_modify (b); in breakpoint_modify_event()83 if (!current_event_hooks->tracepoint_create) in tracepoint_create_event()85 current_event_hooks->tracepoint_create (number); in tracepoint_create_event()93 if (!current_event_hooks->tracepoint_delete) in tracepoint_delete_event()[all …]
221 static struct gdb_events *current_event_hooks = &null_event_hooks;237 return current_event_hooks->${function};255 if (!current_event_hooks->${function})257 current_event_hooks->${function} (${actual});270 struct gdb_events *old_events = current_event_hooks;272 current_event_hooks = &queue_event_hooks;274 current_event_hooks = vector;