Searched refs:step_thread (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dtarget.c42 /* If we are continuing any (all) thread(s), use step_thread
45 if (step_thread > 0 && (cont_thread == 0 || cont_thread == -1))
47 step_thread);
H A Dserver.h120 extern int step_thread;
H A Dserver.c30 int step_thread; variable
444 step_thread = strtol (&own_buf[2], NULL, 16);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgnu-nat.c187 struct proc *step_thread;
617 if (proc == inf->step_thread)
658 inf->step_thread = 0;
1170 function changes it to be PROC, changing any old step_thread to be
1182 if (inf->step_thread != thread)
1184 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL)
1185 if (!proc_trace (inf->step_thread, 0))
1188 inf->step_thread = thread;
1190 inf->step_thread
186 struct proc *step_thread; member in struct:inf
1932 struct proc *step_thread = 0; local
[all...]

Completed in 376 milliseconds