aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/server.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-08-14 09:11:28 -0600
committerTom Tromey <tromey@adacore.com>2019-08-15 07:42:21 -0600
commitc6778d00df0fbc7fe53801717eb934a5d7b9674a (patch)
tree97a12845481ffc66f619df16df190856b2e2a988 /gdb/gdbserver/server.c
parent9177214a228f7d0eb8543725287a6163993fbebf (diff)
downloadbinutils-c6778d00df0fbc7fe53801717eb934a5d7b9674a.zip
binutils-c6778d00df0fbc7fe53801717eb934a5d7b9674a.tar.gz
binutils-c6778d00df0fbc7fe53801717eb934a5d7b9674a.tar.bz2
Simplify write_inferior_memory
gdbserver's write_inferior_memory uses a static variable to avoid memory leaks, and has a comment referring to the lack of cleanups. This patch removes this comment and the code in favor of a straightforward use of std::vector. gdb/gdbserver/ChangeLog 2019-08-15 Tom Tromey <tromey@adacore.com> * target.c (write_inferior_memory): Use std::vector.
Diffstat (limited to 'gdb/gdbserver/server.c')
0 files changed, 0 insertions, 0 deletions