]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use unique_xmalloc_ptr in exec_catchpoint
authorTom Tromey <tom@tromey.com>
Sat, 2 Oct 2021 22:43:49 +0000 (16:43 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 20 Oct 2021 17:00:31 +0000 (11:00 -0600)
commit5c1146d2dec3d6f2ca56456f215084b910938b92
treeaf4ec50d2a16dbd09bb71f67ddc11c783c4f9b00
parentb00577cd7bbcd77af96b14d3993430c076a87d17
Use unique_xmalloc_ptr in exec_catchpoint

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