qemu/gdbstub
Alex Bennée 379b42e8b7 gdbstub: don't use target_ulong while handling registers
This is a hangover from the original code. addr is misleading as it is
only really a register id. While len will never exceed
MAX_PACKET_LENGTH I've used size_t as that is what strlen returns.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Message-Id: <20230302190846.2593720-20-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-20-richard.henderson@linaro.org>
2023-03-07 20:44:08 +00:00
..
gdbstub.c gdbstub: don't use target_ulong while handling registers 2023-03-07 20:44:08 +00:00
internals.h gdbstub: specialise stub_can_reverse 2023-03-07 20:44:08 +00:00
meson.build gdbstub: move chunks of user code into own files 2023-03-07 20:44:04 +00:00
softmmu.c gdbstub: specialise stub_can_reverse 2023-03-07 20:44:08 +00:00
trace-events gdbstub: move chunk of softmmu functionality to own file 2023-03-07 17:06:41 +00:00
trace.h gdbstub: move into its own sub directory 2022-10-06 11:53:41 +01:00
user-target.c gdbstub: move chunks of user code into own files 2023-03-07 20:44:04 +00:00
user.c gdbstub: specialise stub_can_reverse 2023-03-07 20:44:08 +00:00