Searched refs:SSTEP_NOTIMER (Results 1 – 4 of 4) sorted by relevance
221 return SSTEP_ENABLE | SSTEP_NOIRQ | SSTEP_NOTIMER; in tcg_gdbstub_supported_sstep_flags()
252 (cpu->singlestep_enabled & SSTEP_NOTIMER) == 0); in rr_cpu_thread_fn()
75 gdbserver_state.sstep_flags = SSTEP_ENABLE | SSTEP_NOIRQ | SSTEP_NOTIMER; in gdb_init_gdbserver_state()1524 if (gdbserver_state.supported_sstep_flags & SSTEP_NOTIMER) { in handle_query_qemu_sstepbits()1526 SSTEP_NOTIMER); in handle_query_qemu_sstepbits()
1076 #define SSTEP_NOTIMER 0x4 /* Do not Timers while single stepping */ macro