]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use std::string in memory_map_parsing_data
authorSimon Marchi <simon.marchi@ericsson.com>
Sat, 21 Oct 2017 16:06:22 +0000 (12:06 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 21 Oct 2017 16:06:22 +0000 (12:06 -0400)
commit6e17c56511104abd605bd2d122104467fc4f0089
treeeb7995b7ea1d9f2348f698697f7a6d898374e05d
parentcfba98720f62473abc54457a376a3b7aa7ab1e40
Use std::string in memory_map_parsing_data

Replace the fixed-size array with a string.

gdb/ChangeLog:

* memory-map.c (struct memory_map_parsing_data) <property_name>:
Change type to std::string.
(memory_map_start_property): Adjust.
(memory_map_end_property): Adjust.
gdb/ChangeLog
gdb/memory-map.c