Home
last modified time | relevance | path

Searched refs:taskStart (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDremote-vx.c209 TASK_START taskStart; in vx_create_inferior() local
212 memset ((char *) &taskStart, '\0', sizeof (taskStart)); in vx_create_inferior()
222 xdr_TASK_START, &taskStart); in vx_create_inferior()
224 if ((status != RPC_SUCCESS) || (taskStart.status == -1)) in vx_create_inferior()
232 inferior_ptid = pid_to_ptid (taskStart.pid); in vx_create_inferior()