You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/gdbstub
Sean Anderson 524fc77d23 gdbstub: Fix %s formatting
The format string for %s has two format characters. This causes it to
emit strings like "466f5bd8/6x" instead of "466f5bd8/6". GDB detects
this and returns EIO, causing all open File I/O calls to fail.

Fixes: 0820a075af ("gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t")
Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20251027110344.2289945-35-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2 weeks ago
..
gdbstub.c gdbstub: Expose gdb_write_register function to consumers of gdbstub 5 months ago
internals.h target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging 2 months ago
meson.build meson: remove lib{system, user}_ss aliases 6 months ago
syscalls.c gdbstub: Fix %s formatting 2 weeks ago
system.c char: rename CharBackend->CharFrontend 2 weeks ago
trace-events gdbstub: Rename 'softmmu' -> 'system' 2 years ago
trace.h
user-target.c gdbstub: Prefer cached CpuClass over CPU_GET_CLASS() macro 8 months ago
user.c gdbstub: Remove tb_flush uses 2 months ago