Searched refs:pause_sc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgnu-nat.h51 int pause_sc; /* Default sc when gdb has control. */ member in struct:proc
H A Dgnu-nat.c224 int pause_sc;
229 /* The initial values used for the run_sc and pause_sc of newly discovered
565 proc->pause_sc = inf->default_thread_pause_sc;
667 inf->pause_sc = 1;
766 if (inf->pause_sc)
785 if (inf->pause_sc)
1106 their pause_sc. */
1119 thread->resume_sc = thread->pause_sc;
1159 thread->sc = thread->pause_sc;
1162 inf->task->sc = inf->pause_sc;
223 int pause_sc; member in struct:inf
[all...]

Completed in 67 milliseconds