Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dinternals.h66 int sstep_flags; member
H A Dgdbstub.c75 gdbserver_state.sstep_flags = SSTEP_ENABLE | SSTEP_NOIRQ | SSTEP_NOTIMER; in gdb_init_gdbserver_state()
76 gdbserver_state.sstep_flags &= gdbserver_state.supported_sstep_flags; in gdb_init_gdbserver_state()
1348 cpu_single_step(gdbserver_state.c_cpu, gdbserver_state.sstep_flags); in handle_step()
1547 gdbserver_state.sstep_flags = new_sstep_flags; in handle_set_qemu_sstep()
1554 gdbserver_state.sstep_flags); in handle_query_qemu_sstep()
H A Dsystem.c585 cpu_single_step(cpu, gdbserver_state.sstep_flags); in gdb_continue_partial()
H A Duser.c653 cpu_single_step(cpu, gdbserver_state.sstep_flags); in gdb_continue_partial()