diff options
author | Tom Tromey <tom@tromey.com> | 2018-03-22 10:41:58 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-03-27 10:46:43 -0600 |
commit | 5aa892761c6a9f76c5b5ec2a9509e994b4f4de07 (patch) | |
tree | 25b25b6bdbe00027c3a0a72d9420f9aaecc2ac05 /gdb/ChangeLog | |
parent | 1dbeed45b6a81ddcb725b68ff12236e7c8386a47 (diff) | |
download | gdb-5aa892761c6a9f76c5b5ec2a9509e994b4f4de07.zip gdb-5aa892761c6a9f76c5b5ec2a9509e994b4f4de07.tar.gz gdb-5aa892761c6a9f76c5b5ec2a9509e994b4f4de07.tar.bz2 |
Remove cleanups from prompt_for_continue
This removes the cleanups from prompt_for_continue by the use of
unique_xmalloc_ptr.
gdb/ChangeLog
2018-03-27 Tom Tromey <tom@tromey.com>
* utils.c (prompt_for_continue): Use 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 ca67054..78f427f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2018-03-27 Tom Tromey <tom@tromey.com> + + * utils.c (prompt_for_continue): Use unique_xmalloc_ptr. + 2018-03-27 Pedro Alves <palves@redhat.com> Tom Tromey <tom@tromey.com> |