Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dfork-child.c425 inferior_ignoring_startup_exec_events = ntraps; in startup_inferior()
427 inferior_ignoring_startup_exec_events = 0; in startup_inferior()
Dinferior.h133 extern int inferior_ignoring_startup_exec_events;
Dinfrun.c84 int inferior_ignoring_startup_exec_events = 0; variable