Remove cleanups from break-catch-syscall.c
authorTom Tromey <tom@tromey.com>
Mon, 16 Oct 2017 23:36:32 +0000 (17:36 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 19 Oct 2017 21:58:43 +0000 (15:58 -0600)
commit3d415c26bad3a15eed00d2ddf85c4268df77a4cc
tree3c41ce0f6ef78ccb9b429f3c7e24c4e5fad0bb0b
parent395423c418da2cba1240e39ae944510fe9ffcccc
Remove cleanups from break-catch-syscall.c

This removes the remaining cleanups from break-catch-syscall.c by
storing temporary strings in a vector.

ChangeLog
2017-10-19  Tom Tromey  <tom@tromey.com>

* break-catch-syscall.c (catch_syscall_completer): Use
std::string, gdb::unique_xmalloc_ptr.
gdb/ChangeLog
gdb/break-catch-syscall.c