]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use std::string in reopen_exec_file
authorTom Tromey <tom@tromey.com>
Mon, 14 Aug 2017 06:18:06 +0000 (00:18 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 3 Sep 2017 19:03:11 +0000 (13:03 -0600)
commit0638b7f90293ac01233dc6406e4c9d5da0ed9e24
treeff0c1c410dc26c59d9324588b6dc185da2441cbd
parent8f84fb0ee87e8f149523e13815c58e1b664d184f
Use std::string in reopen_exec_file

This changes reopen_exec_file to use a std::string, removing a
cleanup.

ChangeLog
2017-09-03  Tom Tromey  <tom@tromey.com>

* corefile.c (reopen_exec_file): Use std::string.
gdb/ChangeLog
gdb/corefile.c