qemu/gdbstub
Alex Bennée b428ad1234 gdbstub: fix address type of gdb_set_cpu_pc
The underlying call uses vaddr and the comms API uses unsigned long
long which will always fit. We don't need to deal in target_ulong
here.

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-19-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-19-richard.henderson@linaro.org>
2023-03-07 20:44:08 +00:00
..
gdbstub.c gdbstub: fix address type of gdb_set_cpu_pc 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
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