Make find_separate_debug_file* return std::string
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 0ee5178028718cffdfea416e34e40c391e79228a..7e4bd95b8b88b5f94c587fc04349aa29bf6e25ad 100644 (file)
@@ -1,3 +1,18 @@
+2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * build-id.c (find_separate_debug_file_by_buildid): Return
+       std::string.
+       * build-id.h (find_separate_debug_file_by_buildid): Return
+       std::string.
+       * coffread.c (coff_symfile_read): Adjust to std::string.
+       * elfread.c (elf_symfile_read): Adjust to std::string.
+       * symfile.c (separate_debug_file_exists): Change parameter to
+       std::string.
+       (find_separate_debug_file): Return std::string.
+       (find_separate_debug_file_by_debuglink): Return std::string.
+       * symfile.h (find_separate_debug_file_by_debuglink): Return
+       std::string.
+
 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * common/xml-utils.c (xml_escape_text): Move code to...
This page took 0.024321 seconds and 4 git commands to generate.