Home
last modified time | relevance | path

Searched defs:gdb_id (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
Dinferiors.c32 unsigned int gdb_id; member
98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id) in add_thread()
136 struct thread_info * gdb_id_to_thread (unsigned int gdb_id) in gdb_id_to_thread()
150 unsigned long gdb_id_to_thread_id (unsigned int gdb_id) in gdb_id_to_thread_id()
Dserver.c671 unsigned long gdb_id; in handle_query() local
1019 unsigned long gdb_id, thread_id; in server_main() local
1190 unsigned long gdb_id, thread_id; in server_main() local
/external/qemu/
Dgdbstub.c1573 static inline int gdb_id(CPUState *cpu) in gdb_id() function