Use unique_ptr in CLI logging code
authorTom Tromey <tom@tromey.com>
Fri, 31 Dec 2021 18:34:59 +0000 (11:34 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 28 Mar 2022 20:13:28 +0000 (14:13 -0600)
commit8b1931b39443acab9d1f8272a8a81b261f7ef29b
tree71da1713d1c58b5f1f3a15ca3195a12451b0f5ca
parent22f8b65e9bd75ac66d7874da8dc844dd3c42ce8b
Use unique_ptr in CLI logging code

This changes the CLI logging code to avoid manual memory management
(to the extent possible) by using unique_ptr in a couple of spots.
This will come in handy in a later patch.
gdb/cli/cli-interp.c