Searched refs:executing_startup (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprogspace.h313 int executing_startup = 0; member in struct:program_space
H A Dlinespec.c1140 if (pspace->executing_startup)
3365 if (current_program_space->executing_startup)
3545 gdb_assert (!SYMTAB_PSPACE (elt)->executing_startup);
3689 gdb_assert (!pspace->executing_startup);
3798 if (pspace->executing_startup)
4315 if (pspace->executing_startup)
4429 gdb_assert (!SYMTAB_PSPACE (elt)->executing_startup);
H A Dbreakpoint.c2008 if (user_breakpoint_p (bl->owner) && bl->pspace->executing_startup)
8374 current_program_space->executing_startup = 1;
8381 current_program_space->executing_startup = 0;
13250 && !loc->pspace->executing_startup)
13640 || (b->loc && b->loc->pspace->executing_startup)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprogspace.h345 int executing_startup = 0; member in struct:program_space
H A Dlinespec.c1166 if (pspace->executing_startup)
3286 if (current_program_space->executing_startup)
3460 gdb_assert (!pspace->executing_startup);
3605 gdb_assert (!pspace->executing_startup);
3709 if (pspace->executing_startup)
4230 if (pspace->executing_startup)
4347 gdb_assert (!elt_pspace->executing_startup);
H A Dbreakpoint.c2263 if (user_breakpoint_p (bl->owner) && bl->pspace->executing_startup)
8070 current_program_space->executing_startup = 1;
8077 current_program_space->executing_startup = 0;
12434 && !loc->pspace->executing_startup)
12822 || (loc && loc->pspace->executing_startup)

Completed in 588 milliseconds