aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorLuis Machado <luis.machado@linaro.org>2020-06-15 15:40:47 -0300
committerLuis Machado <luis.machado@linaro.org>2021-03-24 14:49:54 -0300
commitc2cfa6542c93db30b26b9c22cf9ef235a08e9fae (patch)
tree16b8356796ae0f47602bc230ddd48639e43d73c5 /gdbserver/ChangeLog
parent546b77fe78bb366bbec3c708ac371e2f553bbdae (diff)
downloadgdb-c2cfa6542c93db30b26b9c22cf9ef235a08e9fae.zip
gdb-c2cfa6542c93db30b26b9c22cf9ef235a08e9fae.tar.gz
gdb-c2cfa6542c93db30b26b9c22cf9ef235a08e9fae.tar.bz2
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: 2021-03-24 Luis Machado <luis.machado@linaro.org> * server.cc (test_memory_tagging_functions): New function. (captured_main): Register test_memory_tagging_functions.
Diffstat (limited to 'gdbserver/ChangeLog')
-rw-r--r--gdbserver/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog
index f055566..eefd402 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -1,5 +1,10 @@
2021-03-24 Luis Machado <luis.machado@linaro.org>
+ * server.cc (test_memory_tagging_functions): New function.
+ (captured_main): Register test_memory_tagging_functions.
+
+2021-03-24 Luis Machado <luis.machado@linaro.org>
+
* remote-utils.cc (decode_m_packet_params): Renamed from ...
(decode_m_packet): ... this, which now calls decode_m_packet_params.
Make char * param/return const char *.