Make find_separate_debug_file* return std::string
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 928dbab31f9a04a42b203eca83b83abf7e02e490..7e4bd95b8b88b5f94c587fc04349aa29bf6e25ad 100644 (file)
@@ -1,3 +1,46 @@
+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...
+       (xml_escape_text_append): ... this new function.
+       * common/xml-utils.h (xml_escape_text_append): New declaration.
+       * unittests/xml-utils-selftests.c (test_xml_escape_text_append):
+       New function.
+       (_initialize_xml_utils): register test_xml_escape_text_append as
+       a selftest.
+
+2018-03-07  Alan Hayward  <alan.hayward@arm.com>
+
+       * defs.h: Remove MAX_REGISTER_SIZE.
+       * regcache.c (init_regcache_descr): Remove MAX_REGISTER_SIZE
+       asserts.
+       * python/py-unwind.c (pyuw_sniffer): Likewise.
+
+2018-03-07  Tom Tromey  <tom@tromey.com>
+
+       * linux-tdep.c (linux_info_proc): Update.
+       * target.h (struct target_ops) <to_fileio_readlink>: Return
+       optional<string>.
+       (target_fileio_readlink): Return optional<string>.
+       * remote.c (remote_hostio_readlink): Return optional<string>.
+       * inf-child.c (inf_child_fileio_readlink): Return
+       optional<string>.
+       * target.c (target_fileio_readlink): Return optional<string>.
+
 2018-03-07  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * regcache.c (cooked_read_test): Add riscv to the list of
This page took 0.028387 seconds and 4 git commands to generate.