commit | 6f781ee30062c822cf6475cfa070c6e7cf770de4 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Oct 02 17:17:27 2021 -0600 |
committer | Tom Tromey <tom@tromey.com> | Wed Oct 20 11:00:32 2021 -0600 |
tree | 28f1176383c7f7ce9cf05ab7f7f34b93170e548f | |
parent | 23d6ee640578968b0ddef8e08d7dbb5b558a9ce9 [diff] |
Use unique_xmalloc_ptr in breakpoint This changes struct breakpoint to use unique_xmalloc_ptr in a couple of spots, removing a bit of manual memory management.