Searched refs:threads_executing (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocess-stratum-target.h71 bool threads_executing = false; member in class:process_stratum_target
H A Dthread.c861 targ->threads_executing = true;
865 targ->threads_executing = false;
873 return target->threads_executing;
2054 /* Update the 'threads_executing' global based on the threads we know
2066 targ->threads_executing = false;
2077 targ->threads_executing = true;
2085 targ->threads_executing = true;
H A Dinfrun.c2290 tp->inf->process_target ()->threads_executing = true;
4465 || !target->threads_executing)
4496 || !target->threads_executing)
H A Dinfcmd.c2678 inferior->process_target ()->threads_executing = true;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocess-stratum-target.h91 bool threads_executing = false; member in class:process_stratum_target
H A Dthread.c887 targ->threads_executing = true;
891 targ->threads_executing = false;
899 return target->threads_executing;
1998 /* Update the 'threads_executing' global based on the threads we know
2010 targ->threads_executing = false;
2021 targ->threads_executing = true;
2029 targ->threads_executing = true;
H A Dinfrun.c2315 tp->inf->process_target ()->threads_executing = true;
2885 if (!proc_target->threads_executing)
4746 || !target->threads_executing)
4777 || !target->threads_executing)
H A Dinfcmd.c2730 inferior->process_target ()->threads_executing = true;

Completed in 307 milliseconds