This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/4] Use std::string in dwarf2read.c


On 2020-01-07 5:07 p.m., Tom Tromey wrote:
> This replaces two instances of manual string management in
> dwarf2read.c with std::string.
> 
> gdb/ChangeLog
> 2020-01-07  Tom Tromey  <tromey@adacore.com>
> 
> 	* dwarf2read.c (parse_macro_definition): Use std::string.
> 	(parse_macro_definition): Likewise.
> 
> Change-Id: Iec437100105484aa4a116fb5d651d7ed52ee9d81

Thanks, this LGTM.

Simon


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]