]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use simple_search_memory in gdbserver
authorTom Tromey <tromey@adacore.com>
Wed, 7 Oct 2020 18:07:55 +0000 (12:07 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 7 Oct 2020 18:07:56 +0000 (12:07 -0600)
commit55b10d89a413169b2d001df701b7c08e06f955aa
tree9c4b9aea97598580cf51a011768de57c829e92c6
parent4a72de73660810536e9bb416d41dc8a6128f91da
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.
gdbserver/ChangeLog
gdbserver/server.cc