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.h262 unsigned int thread_to_gdb_id (struct thread_info *);
Dserver.c844 thread_to_gdb_id (current_inferior)); in handle_query()
851 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()
859 thread_to_gdb_id ((struct thread_info *)thread_ptr)); in handle_query()
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()
Dremote-utils.c1176 gdb_id_from_wait = thread_to_gdb_id (current_inferior); in prepare_resume_reply()