Use unique_xmalloc_ptr in solib_catchpoint
authorTom Tromey <tom@tromey.com>
Sat, 2 Oct 2021 22:40:00 +0000 (16:40 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 20 Oct 2021 17:00:31 +0000 (11:00 -0600)
commitb00577cd7bbcd77af96b14d3993430c076a87d17
tree3269188f4dd5403443aa15b1b828a53b682099a7
parent6d81986879bbb05407e17e4788c52195897011c0
Use unique_xmalloc_ptr in solib_catchpoint

This changes struct solib_catchpoint to use a unique_xmalloc_ptr,
removing a bit of manual memory management.
gdb/breakpoint.c