]> 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, 16 Jul 2020 16:09:26 +0000 (13:09 -0300)
commit8bde5d89adb2fe092ceac4a577762de26938b2b5
treee8ddb1be2a08e316873b989c8ed652b6124999e7
parent31a8e7b4b2463a8b05966b323e3c61057c98cd14
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