Home | History | Annotate | Download | only in gdb-7.3.x

Lines Matching refs:gEventMsgHandle

222 static td_thrhandle_t gEventMsgHandle;
234 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL);
235 gEventMsgHandle.tid = gEventMsgHandle.pid;
249 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)4 /* ecx */, NULL);
250 gEventMsgHandle.tid = gEventMsgHandle.pid;
258 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(4*4) /* a0 */, NULL);
259 gEventMsgHandle.tid = gEventMsgHandle.pid;
285 event->th_p = &gEventMsgHandle; // Nasty hack, but it's the only way!