diff options
author | Tom Tromey <tromey@adacore.com> | 2019-08-14 09:11:28 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-08-15 07:42:21 -0600 |
commit | c6778d00df0fbc7fe53801717eb934a5d7b9674a (patch) | |
tree | 97a12845481ffc66f619df16df190856b2e2a988 /gdb/gdbserver/server.c | |
parent | 9177214a228f7d0eb8543725287a6163993fbebf (diff) | |
download | binutils-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