OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gEventMsgHandle
(Results
1 - 3
of
3
) 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;
135
event->th_p = &
gEventMsgHandle
; // Nasty hack, but it's the only way!
/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.1.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!
Completed in 65 milliseconds