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 Dvalgrind-low.c75 if (!VG_(lwpid_to_vgtid)(thread_to_gdb_id(thread))) {
77 image_ptid(thread_to_gdb_id(thread)));
H A Dserver.h272 unsigned int thread_to_gdb_id (struct thread_info *);
H A Dserver.c501 thread_to_gdb_id ((struct thread_info *)thread_ptr));
509 thread_to_gdb_id ((struct thread_info *)thread_ptr));
H A Dremote-utils.c994 gdb_id_from_wait = thread_to_gdb_id (current_inferior);

Completed in 103 milliseconds