diff options
author | Tom Tromey <tom@tromey.com> | 2017-11-09 17:15:37 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-11-26 10:41:13 -0700 |
commit | 44287fd89091a833451e74c79e46404c23fdaf9b (patch) | |
tree | 9cdf1ed6924ea1d9ea749bf31d3e56bd950a73d5 /gdb/ChangeLog | |
parent | 8e2495f2f75120baae14f9dac9d29b043c539b2b (diff) | |
download | gdb-44287fd89091a833451e74c79e46404c23fdaf9b.zip gdb-44287fd89091a833451e74c79e46404c23fdaf9b.tar.gz gdb-44287fd89091a833451e74c79e46404c23fdaf9b.tar.bz2 |
Removes a cleanup from gcore.c
This removes a cleanup from gcore.c, replacing it with
unique_xmalloc_ptr.
Regression tested by the buildbot.
ChangeLog
2017-11-26 Tom Tromey <tom@tromey.com>
* gcore.c (write_gcore_file_1): Use gdb::unique_xmalloc_ptr.
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 6223f0d..3c74596 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2017-11-26 Tom Tromey <tom@tromey.com> + + * gcore.c (write_gcore_file_1): Use gdb::unique_xmalloc_ptr. + 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com> * spu-tdep.c (spu_software_single_step): Access SPU_LSLR_REGNUM as |