diff options
author | Tom Tromey <tom@tromey.com> | 2017-09-29 22:32:00 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-10-03 05:33:47 -0600 |
commit | 0efef6405493c0bf438486819bec70b304276e16 (patch) | |
tree | ee8cb35974658aadab443dd951c074b5173ba1ab /gdb/ChangeLog | |
parent | 245ad7d373aef22013b347504d30d2306da1bdbf (diff) | |
download | gdb-0efef6405493c0bf438486819bec70b304276e16.zip gdb-0efef6405493c0bf438486819bec70b304276e16.tar.gz gdb-0efef6405493c0bf438486819bec70b304276e16.tar.bz2 |
Use gdb::byte_vector in load_progress
This changes load_progress to use gdb::byte_vector, removing a
cleanup.
2017-10-03 Tom Tromey <tom@tromey.com>
* symfile.c (load_progress): Use gdb::byte_vector.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 35c7e3c..d5ba398 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-10-03 Tom Tromey <tom@tromey.com> + * symfile.c (load_progress): Use gdb::byte_vector. + +2017-10-03 Tom Tromey <tom@tromey.com> + * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused declaration. * printcmd.c (x_command): Remove unused declaration. |