Home
last modified time | relevance | path

Searched refs:gdb_id_to_thread (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dinferiors.c136 struct thread_info * gdb_id_to_thread (unsigned int gdb_id) in gdb_id_to_thread() function
152 struct thread_info *thread = gdb_id_to_thread (gdb_id); in gdb_id_to_thread_id()
Dvalgrind-low.c104 ti = gdb_id_to_thread (ptid); in valgrind_update_threads()
126 struct thread_info *ti = gdb_id_to_thread(tid); in valgrind_thread_alive()
496 current_inferior = gdb_id_to_thread (wptid); in valgrind_wait()
Dserver.h274 struct thread_info *gdb_id_to_thread (unsigned int);
Dserver.c470 ti = gdb_id_to_thread (gdb_id); in handle_query()