Searched refs:SSTEP_ENABLE (Results 1 – 6 of 6) sorted by relevance
233 return SSTEP_ENABLE; in tcg_gdbstub_supported_sstep_flags()235 return SSTEP_ENABLE | SSTEP_NOIRQ | SSTEP_NOTIMER; in tcg_gdbstub_supported_sstep_flags()
290 return SSTEP_ENABLE | SSTEP_NOIRQ; in hvf_gdbstub_sstep_flags()
1054 #define SSTEP_ENABLE 0x1 /* Enable simulated HW single stepping */ macro
345 cpu_single_step(cpu, SSTEP_ENABLE); in cpu_handle_guest_debug()
76 gdbserver_state.sstep_flags = SSTEP_ENABLE | SSTEP_NOIRQ | SSTEP_NOTIMER; in gdb_init_gdbserver_state()1530 g_string_printf(gdbserver_state.str_buf, "ENABLE=%x", SSTEP_ENABLE); in handle_query_qemu_sstepbits()
2758 kvm_sstep_flags = SSTEP_ENABLE; in kvm_init()