]> git.ipfire.org Git - thirdparty/qemu.git/commit
gdbstub: assert earlier in handle_read_all_regs
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 3 Jun 2025 11:02:02 +0000 (12:02 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Sat, 7 Jun 2025 15:40:44 +0000 (16:40 +0100)
commit3bb69b1953c1a829152ff5c2599269bc129e05ea
tree1ae71a7c119f840d157b2e5f5402f6b4aaa47a2f
parent46b17eb9e261f28697a6fa5cb09c5fc505ef68ad
gdbstub: assert earlier in handle_read_all_regs

When things go wrong we want to assert on the register that failed to
be able to figure out what went wrong.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250603110204.838117-16-alex.bennee@linaro.org>
gdbstub/gdbstub.c