]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Unit tests for memory tagging for gdbserver.
authorLuis Machado <luis.machado@linaro.org>
Mon, 15 Jun 2020 18:40:47 +0000 (15:40 -0300)
committerLuis Machado <luis.machado@linaro.org>
Tue, 16 Jun 2020 12:58:32 +0000 (09:58 -0300)
commit46650d30740f2be1de65ede159c23f80c9c90fb7
treefce8e5e8cf6357021e926a9eea748d7a15a86aa2
parentde52b1c3dd23f6c9a39097fada99f6d55c6b000e
Unit tests for memory tagging for gdbserver.

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