commit | 8579fd136a614985bd27f20539c7bb7c5a51287d | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Mon Nov 08 14:58:46 2021 +0000 |
committer | Andrew Burgess <aburgess@redhat.com> | Tue Nov 16 17:45:45 2021 +0000 |
tree | fb84850409a44e13e832cbadc9025d40c1d33d9f | |
parent | 2bb7589ddf61e163f2e414e7033fad56ea17e784 [diff] |
gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr The motivation is to reduce the number of places where unmanaged pointers are returned from allocation type routines. All of the callers are updated. There should be no user visible changes after this commit.