Searched refs:gdb_id (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/main/coregrind/m_gdbserver/ |
H A D | 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) argument 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) argument 142 if (thread->gdb_id == gdb_id) 150 unsigned long gdb_id_to_thread_id (unsigned int gdb_id) argument [all...] |
H A D | 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);
|
/external/qemu/ |
H A D | gdbstub.c | 1569 static inline int gdb_id(CPUState *env) function 1583 if (gdb_id(env) == thread_id) { 1611 gdb_id(s->c_cpu)); 1840 snprintf(buf, sizeof(buf), "m%x", gdb_id(s->query_cpu)); 1986 GDB_SIGNAL_TRAP, gdb_id(env), type, 1997 snprintf(buf, sizeof(buf), "T%02xthread:%02x;", ret, gdb_id(env));
|
Completed in 441 milliseconds