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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dnto-low.c55 struct nto_inferior struct
63 static struct nto_inferior nto_inferior; variable in typeref:struct:nto_inferior
66 init_nto_inferior (struct nto_inferior *nto_inferior) argument
68 memset (nto_inferior, 0, sizeof (struct nto_inferior));
69 nto_inferior->ctl_fd = -1;
70 nto_inferior->pid = -1;
76 if (nto_inferior
115 nto_find_new_threads(struct nto_inferior *nto_inferior) argument
[all...]

Completed in 118 milliseconds