Searched refs:SSTEP_ENABLE (Results 1 – 6 of 6) sorted by relevance
231 return SSTEP_ENABLE; in tcg_gdbstub_supported_sstep_flags()233 return SSTEP_ENABLE | SSTEP_NOIRQ | SSTEP_NOTIMER; in tcg_gdbstub_supported_sstep_flags()
1053 #define SSTEP_ENABLE 0x1 /* Enable simulated HW single stepping */ macro
354 return SSTEP_ENABLE | SSTEP_NOIRQ; in hvf_gdbstub_sstep_flags()
347 cpu_single_step(cpu, SSTEP_ENABLE); in cpu_handle_guest_debug()
75 gdbserver_state.sstep_flags = SSTEP_ENABLE | SSTEP_NOIRQ | SSTEP_NOTIMER; in gdb_init_gdbserver_state()1529 g_string_printf(gdbserver_state.str_buf, "ENABLE=%x", SSTEP_ENABLE); in handle_query_qemu_sstepbits()
2724 kvm_sstep_flags = SSTEP_ENABLE; in kvm_init()