[binutils-gdb] Mention the recent fix of $_exitsignal on MS-Windows in gdb/NEWS
Eli Zaretskii
eliz@sourceware.org
Mon Jan 6 19:26:00 GMT 2020
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3f6028216b1df14a299a9cd89b1149258c024d4f
commit 3f6028216b1df14a299a9cd89b1149258c024d4f
Author: Eli Zaretskii <eliz@gnu.org>
Date: Mon Jan 6 21:25:23 2020 +0200
Mention the recent fix of $_exitsignal on MS-Windows in gdb/NEWS
gdb/ChangeLog
2020-01-06 Eli Zaretskii <eliz@gnu.org>
* NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
Diff:
---
gdb/ChangeLog | 4 ++++
gdb/NEWS | 3 +++
2 files changed, 7 insertions(+)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9a3cca2..69e426e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-06 Eli Zaretskii <eliz@gnu.org>
+
+ * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
+
2020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
* coff-pe-read.c (read_pe_exported_syms): Don't try to read the
diff --git a/gdb/NEWS b/gdb/NEWS
index f51a989..8405bd0 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,9 @@
*** Changes since GDB 9
+* Debugging MS-Windows processes now sets $_exitsignal when the
+ inferior is terminated by a signal, instead of setting $_exitcode.
+
* Multithreaded symbol loading has now been enabled by default on systems
that support it (see entry for GDB 9, below), providing faster
performance for programs with many symbols.
More information about the Gdb-cvs
mailing list