HomeSort by relevance Sort by last modified time
    Searched refs:gdb_id (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
inferiors.c 32 unsigned int gdb_id; member in struct:thread_info
98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id)
114 new_thread->gdb_id = gdb_id;
124 return thread->gdb_id;
133 return thread->gdb_id;
136 struct thread_info * gdb_id_to_thread (unsigned int gdb_id)
142 if (thread->gdb_id == gdb_id)
150 unsigned long gdb_id_to_thread_id (unsigned int gdb_id)
    [all...]
server.c 464 unsigned long gdb_id; local
469 gdb_id = strtoul (&arg_own_buf[17], NULL, 16);
470 ti = gdb_id_to_thread (gdb_id);
801 unsigned long gdb_id, thread_id; local
803 gdb_id = strtoul (&own_buf[2], NULL, 16);
804 thread_id = gdb_id_to_thread_id (gdb_id);
976 unsigned long gdb_id, thread_id; local
978 gdb_id = strtoul (&own_buf[1], NULL, 16);
979 thread_id = gdb_id_to_thread_id (gdb_id);
    [all...]
  /external/qemu/
gdbstub.c 1569 static inline int gdb_id(CPUState *env) function
    [all...]

Completed in 60 milliseconds