mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
gdbstub: Add trace event for STEP packet handler
Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Daniel Henrique Barboza <daniel.barboza@oss.qualcomm.com> Acked-by: Alex Bennée <alex.bennee@linaro.org> Message-ID: <20260705215729.62196-7-philmd@oss.qualcomm.com>
This commit is contained in:
@@ -1369,6 +1369,7 @@ static void handle_step(GArray *params, void *user_ctx)
|
||||
gdb_set_cpu_pc(gdb_get_cmd_param(params, 0)->val_ull);
|
||||
}
|
||||
|
||||
trace_gdbstub_op_stepping(gdbserver_state.c_cpu->cpu_index);
|
||||
cpu_single_step(gdbserver_state.c_cpu, gdbserver_state.sstep_flags);
|
||||
gdb_continue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user