Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinfttrace.c2995 ttevent_t notifiable_events; in require_notification_of_events() local
3011 notifiable_events.tte_opts = TTEO_NONE; in require_notification_of_events()
3024 notifiable_events.tte_events |= TTEVT_EXEC; in require_notification_of_events()
3025 notifiable_events.tte_events |= TTEVT_EXIT; in require_notification_of_events()
3026 notifiable_events.tte_events |= TTEVT_FORK; in require_notification_of_events()
3027 notifiable_events.tte_events |= TTEVT_VFORK; in require_notification_of_events()
3036 (TTRACE_ARG_TYPE) & notifiable_events, in require_notification_of_events()
3045 ttevent_t notifiable_events; in require_notification_of_exec_events() local
3069 notifiable_events.tte_events |= TTEVT_EXEC; in require_notification_of_exec_events()
3070 notifiable_events.tte_events |= TTEVT_EXIT; in require_notification_of_exec_events()
[all …]