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 671 unsigned long gdb_id; local
676 gdb_id = strtoul (&arg_own_buf[17], NULL, 16);
677 ti = gdb_id_to_thread (gdb_id);
1019 unsigned long gdb_id, thread_id; local
1190 unsigned long gdb_id, thread_id; local
    [all...]
  /external/qemu/
gdbstub.c 1573 static inline int gdb_id(CPUState *cpu) function
    [all...]

Completed in 733 milliseconds