diff options
author | Tom Tromey <tromey@adacore.com> | 2019-08-15 11:23:13 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-08-15 11:24:22 -0600 |
commit | d59b55f0952e95fdbec58021cecce85f4557b485 (patch) | |
tree | acbe5f6b118b2acb23844e556fea2a7b883e16e4 /gdb/gdbserver/ChangeLog | |
parent | 97dd8e07d998f5f0fcd0d06fd53e2ae9d337d222 (diff) | |
download | gdb-d59b55f0952e95fdbec58021cecce85f4557b485.zip gdb-d59b55f0952e95fdbec58021cecce85f4557b485.tar.gz gdb-d59b55f0952e95fdbec58021cecce85f4557b485.tar.bz2 |
Use gdb::byte_vector in target_write_memory
Pedro pointed out that target_write_memory should use gdb::byte_vector
rather than std::vector<unsigned char>.
gdb/gdbserver/ChangeLog
2019-08-15 Tom Tromey <tromey@adacore.com>
* target.c (target_write_memory): Use gdb::byte_vector.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index f536686..adac3e8 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,9 @@ 2019-08-15 Tom Tromey <tromey@adacore.com> + * target.c (target_write_memory): Use gdb::byte_vector. + +2019-08-15 Tom Tromey <tromey@adacore.com> + * tracepoint.c (write_inferior_data_pointer) (write_inferior_integer, write_inferior_int8) (write_inferior_uinteger, m_tracepoint_action_download) |