Use std::string in gdb_safe_append_history
authorTom Tromey <tom@tromey.com>
Sat, 30 Sep 2017 04:49:00 +0000 (22:49 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 3 Oct 2017 11:33:48 +0000 (05:33 -0600)
commit8cff8730f43548d17530c9d31aac1d381351addc
tree81e41545df4b95d875dd81db729bb4d2c57d931f
parent895b8f306b1f54d85915ca0d24368f40b2e42554
Use std::string in gdb_safe_append_history

This removes a cleanup by using std::string in
gdb_safe_append_history.

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

* top.c (gdb_safe_append_history): Use std::string.
gdb/ChangeLog
gdb/top.c