Use unique_xmalloc_ptr in interp
authorTom Tromey <tromey@adacore.com>
Fri, 17 Jun 2022 15:31:44 +0000 (09:31 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 22 Jun 2022 19:28:55 +0000 (13:28 -0600)
commit3af607d998587de460b9e29996b1d43fa40a76b0
treec935f7fb5201489144362f33510540d4d5983407
parent90b7a5df152a64d2bea20beb438e8b81049a5c30
Use unique_xmalloc_ptr in interp

This changes interp::m_name to be a unique_xmalloc_ptr, removing some
manual memory management.  It also cleans up the initialization of the
'inited' member, and moves the 'private:' and 'public:' keywords to
their proper spots.
gdb/interps.c
gdb/interps.h