Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_gdbserver/
Dinferiors.c131 unsigned int thread_to_gdb_id (struct thread_info *thread) in thread_to_gdb_id() function
Dserver.h254 unsigned int thread_to_gdb_id (struct thread_info *);
Dtarget.c55 if (!VG_(lwpid_to_vgtid)(thread_to_gdb_id(thread))) { in remove_thread_if_not_in_vg_threads()
57 image_ptid(thread_to_gdb_id(thread))); in remove_thread_if_not_in_vg_threads()
Dserver.c787 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()
795 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()
Dremote-utils.c1165 gdb_id_from_wait = thread_to_gdb_id (current_inferior); in prepare_resume_reply()