Remove some cleanups from stack.c
authorTom Tromey <tom@tromey.com>
Thu, 28 Sep 2017 02:42:21 +0000 (20:42 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 30 Sep 2017 02:46:43 +0000 (20:46 -0600)
commit2003f3d839fa887811ff65380191e0beaeff719e
tree3cc8e2fcc9362b69a7760878ade9b1f015e21a37
parent8f8accb58078b1f249dc6865b8784a0a8e8881dd
Remove some cleanups from stack.c

This removes some cleanups from stack.c by using std::string or
gdb::unique_xmalloc_ptr.  One cleanup remains in this file; I did not
remove it here because it is handled in another patch series that has
yet to be resolved.

gdb/ChangeLog
2017-09-29  Tom Tromey  <tom@tromey.com>

* stack.c (parse_frame_specification): Use std::string
(info_frame_command): Use gdb::unique_xmalloc_ptr.
gdb/ChangeLog
gdb/stack.c