Remove struct buffer from tracefile-tfile.c
authorTom Tromey <tom@tromey.com>
Fri, 16 Dec 2022 14:42:47 +0000 (07:42 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 24 Feb 2023 18:52:48 +0000 (11:52 -0700)
commit588d3013543f8aa0105838edde410a1936b6765c
tree02ce98a09a22fdd38c481deae609b9a2fd35e401
parent52e5e48e533dd91686d04a200a11516e90b4cab7
Remove struct buffer from tracefile-tfile.c

This changes tracefile-tfile.c to use std::string rather than struct
buffer.
gdb/tracefile-tfile.c