]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Unit testing for GDB-side remote memory tagging handling
authorLuis Machado <luis.machado@linaro.org>
Mon, 15 Jun 2020 18:22:13 +0000 (15:22 -0300)
committerLuis Machado <luis.machado@linaro.org>
Thu, 25 Jun 2020 16:23:38 +0000 (13:23 -0300)
commitebd61ee8b5161ded8653c32da0ec57927e1ba9c1
treeb4596db3279d67e148d1fe33009d64b82d0e739e
parent455ae6919e9bba74f0f724c3f61084869bed5e3c
Unit testing for GDB-side remote memory tagging handling

Include some unit testing for the functions handling the new qMemTags and
QMemTags packets.

gdb/ChangeLog:

YYYY-MM-DD  Luis Machado  <luis.machado@linaro.org>

* remote: Include gdbsupport/selftest.h.
(test_memory_tagging_functions): New function.
(_initialize_remote): Register test_memory_tagging_functions.
gdb/remote.c