Home | History | Annotate | Download | only in qemu

Lines Matching refs:gdb_id

1573 static inline int gdb_id(CPUState *cpu)
1587 if (gdb_id(cpu) == thread_id) {
1615 gdb_id(ENV_GET_CPU(s->c_cpu)));
1844 snprintf(buf, sizeof(buf), "m%x", gdb_id(ENV_GET_CPU(s->query_cpu)));
1991 GDB_SIGNAL_TRAP, gdb_id(cpu), type,
2002 snprintf(buf, sizeof(buf), "T%02xthread:%02x;", ret, gdb_id(cpu));