Fix lookup of separate debug file on MS-Windows.
[external/binutils.git] / gdb / ChangeLog
index f3579e2..e5dac9b 100644 (file)
@@ -1,3 +1,15 @@
+2019-05-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * symfile.c (find_separate_debug_file): Remove colon from the
+       drive spec of DOS/Windows file names of the target, so that the
+       file name produced from DEBUGDIR and the target's directory will
+       be valid on DOS/Windows systems.
+
+2019-04-30  Joel Brobecker  <brobecker@adacore.com>
+
+       * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
+       Use current_event.dwThreadId instead of main_thread_id.
+
 2019-04-30  Tom Tromey  <tromey@adacore.com>
 
        PR c++/24470: