Searched refs:cpu_single_step (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/gdbstub/ |
H A D | user.c | 220 cpu_single_step(cpu, 0); in gdb_handlesig() 460 cpu_single_step(cpu, 0); in disable_gdbstub() 653 cpu_single_step(cpu, gdbserver_state.sstep_flags); in gdb_continue_partial()
|
H A D | system.c | 216 cpu_single_step(cpu, 0); in gdb_vm_state_change() 585 cpu_single_step(cpu, gdbserver_state.sstep_flags); in gdb_continue_partial()
|
H A D | gdbstub.c | 1348 cpu_single_step(gdbserver_state.c_cpu, gdbserver_state.sstep_flags); in handle_step()
|
/openbmc/qemu/system/ |
H A D | cpus.c | 342 cpu_single_step(cpu, SSTEP_ENABLE); in cpu_handle_guest_debug() 344 cpu_single_step(cpu, 0); in cpu_handle_guest_debug()
|
/openbmc/qemu/ |
H A D | cpu-target.c | 323 void cpu_single_step(CPUState *cpu, int enabled) in cpu_single_step() function
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 1085 void cpu_single_step(CPUState *cpu, int enabled);
|