This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA 0/5] simple string changes
- From: Tom Tromey <tom at tromey dot com>
- To: gdb-patches at sourceware dot org
- Date: Fri, 18 Aug 2017 14:00:19 -0600
- Subject: [RFA 0/5] simple string changes
- Authentication-results: sourceware.org; auth=none
I had sent this patch a little while ago, but it was lost in the
sourceware crash.
This series fixes a few spots doing manual management of a char* to
use gdb::unique_xmalloc_ptr or std::string, as appropriate.
Regression tested on the buildbot.
Tom