]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: use gdb_get_reg helpers
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 16 Mar 2020 17:21:40 +0000 (17:21 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 17 Mar 2020 17:38:38 +0000 (17:38 +0000)
commitb7b8756a9cd0cd63488a9d9fc9aee5400574c30b
treea35c3fd3703cd0ef75843c925929dc62876fc7f8
parent462474d760cd94933ff7d5cba39de92fb0985c1a
target/i386: use gdb_get_reg helpers

This is cleaner than poking memory directly and will make later
clean-ups easier.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200316172155.971-14-alex.bennee@linaro.org>
target/i386/gdbstub.c