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

/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c131 unsigned int thread_to_gdb_id (struct thread_info *thread) function
H A Dserver.h250 unsigned int thread_to_gdb_id (struct thread_info *);
H A Dtarget.c55 if (!VG_(lwpid_to_vgtid)(thread_to_gdb_id(thread))) {
57 image_ptid(thread_to_gdb_id(thread)));
H A Dserver.c716 thread_to_gdb_id ((struct thread_info *)thread_ptr));
724 thread_to_gdb_id ((struct thread_info *)thread_ptr));
H A Dremote-utils.c1114 gdb_id_from_wait = thread_to_gdb_id (current_inferior);

Completed in 137 milliseconds