HomeSort by relevance Sort by last modified time
    Searched refs:gEventMsgHandle (Results 1 - 4 of 4) sorted by null

  /bionic/libthread_db/
libthread_db.c 75 static td_thrhandle_t gEventMsgHandle;
98 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)4 /* ecx */, NULL);
99 gEventMsgHandle.tid = gEventMsgHandle.pid;
108 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL);
109 gEventMsgHandle.tid = gEventMsgHandle.pid;
117 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(4*4) /* a0 */, NULL);
118 gEventMsgHandle.tid = gEventMsgHandle.pid
    [all...]
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 213 static td_thrhandle_t gEventMsgHandle;
225 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL);
226 gEventMsgHandle.tid = gEventMsgHandle.pid;
249 event->th_p = &gEventMsgHandle; // Nasty hack, but it's the only way!
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 222 static td_thrhandle_t gEventMsgHandle;
236 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL);
237 gEventMsgHandle.tid = gEventMsgHandle.pid;
262 event->th_p = &gEventMsgHandle; // Nasty hack, but it's the only way!
  /ndk/sources/android/libthread_db/gdb-7.6/
libthread_db.c 235 static td_thrhandle_t gEventMsgHandle;
249 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL);
250 gEventMsgHandle.tid = gEventMsgHandle.pid;
275 event->th_p = &gEventMsgHandle; // Nasty hack, but it's the only way!

Completed in 26 milliseconds