]> git.ipfire.org Git - thirdparty/qemu.git/commit
gdbstub: Do not use memset() on GByteArray
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 14 Apr 2020 20:06:26 +0000 (21:06 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 15 Apr 2020 10:38:23 +0000 (11:38 +0100)
commit7b8c1527ae0a9ec96a9100a05c680b55eb3aa54f
tree9db5c80184c6b62d8492638b8221ca2acd3ccb88
parentbbc40fefcee0d69d61ceaf8c0695d2ce43cdc87b
gdbstub: Do not use memset() on GByteArray

Introduce gdb_get_zeroes() to fill a GByteArray with zeroes.

Fixes: a010bdbe719 ("extend GByteArray to read register helpers")
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200414102427.7459-1-philmd@redhat.com>
[AJB: used slightly more gliby set_size approach]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200414200631.12799-13-alex.bennee@linaro.org>
include/exec/gdbstub.h
target/arm/gdbstub.c
target/xtensa/gdbstub.c