Searched refs:sstep_flags (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dgdbstub.c297 static int sstep_flags = SSTEP_ENABLE|SSTEP_NOIRQ|SSTEP_NOTIMER; variable
1648 cpu_single_step(s->c_cpu, sstep_flags);
1816 /* Display or change the sstep_flags */
1820 snprintf(buf, sizeof(buf), "0x%x", sstep_flags);
1826 sstep_flags = type;

Completed in 14 milliseconds