]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Unit tests for gdbserver memory tagging remote packets
authorLuis Machado <luis.machado@linaro.org>
Mon, 15 Jun 2020 18:40:47 +0000 (15:40 -0300)
committerLuis Machado <luis.machado@linaro.org>
Thu, 25 Jun 2020 16:23:38 +0000 (13:23 -0300)
commit6f5bfe53449166796789eff348cc580f9459a5f7
tree9614057ec2732c62edec78f370fcb65b7f72919e
parent9ffb8389d39facef2ea2519e322a294b08bd8d16
Unit tests for gdbserver memory tagging remote packets

Add some unit testing to exercise the functions handling the qMemTags and
QMemTags packets as well as feature support.

gdbserver/ChangeLog:

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

* server.cc (test_memory_tagging_functions): New function.
(captured_main): Register test_memory_tagging_functions.
gdbserver/server.cc