HomeSort by: relevance | last modified time | path
    Searched defs:step_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.c 172 struct proc *step_thread;
604 if (proc == inf->step_thread)
645 inf->step_thread = 0;
1192 function changes it to be PROC, changing any old step_thread to be
1204 if (inf->step_thread != thread)
1206 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL)
1207 if (!proc_trace (inf->step_thread, 0))
1210 inf->step_thread = thread;
1212 inf->step_thread = 0
171 struct proc *step_thread; member in struct:inf
1971 struct proc *step_thread = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.c 171 struct proc *step_thread;
603 if (proc == inf->step_thread)
644 inf->step_thread = 0;
1190 function changes it to be PROC, changing any old step_thread to be
1202 if (inf->step_thread != thread)
1204 if (inf->step_thread && inf->step_thread->port != MACH_PORT_NULL)
1205 if (!proc_trace (inf->step_thread, 0))
1208 inf->step_thread = thread;
1210 inf->step_thread = 0
170 struct proc *step_thread; member in struct:inf
1969 struct proc *step_thread = 0; local
    [all...]

Completed in 23 milliseconds