aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2020-10-07 12:07:55 -0600
committerTom Tromey <tromey@adacore.com>2020-10-07 12:07:56 -0600
commit55b10d89a413169b2d001df701b7c08e06f955aa (patch)
tree9c4b9aea97598580cf51a011768de57c829e92c6 /gdbserver/ChangeLog
parent4a72de73660810536e9bb416d41dc8a6128f91da (diff)
downloadgdb-55b10d89a413169b2d001df701b7c08e06f955aa.zip
gdb-55b10d89a413169b2d001df701b7c08e06f955aa.tar.gz
gdb-55b10d89a413169b2d001df701b7c08e06f955aa.tar.bz2
Use simple_search_memory in gdbserver
This replaces gdbserver's memory-searching function with simple_search_memory. gdbserver/ChangeLog 2020-10-07 Tom Tromey <tromey@adacore.com> * server.cc (handle_search_memory_1): Remove. (handle_search_memory): Use simple_search_memory.
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 94f1a75..a341693 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -1,3 +1,8 @@
+2020-10-07 Tom Tromey <tromey@adacore.com>
+
+ * server.cc (handle_search_memory_1): Remove.
+ (handle_search_memory): Use simple_search_memory.
+
2020-10-07 Simon Marchi <simon.marchi@efficios.com>
* Makefile.in (COMPILE): Add CXXFLAGS.