aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2019-09-14 16:28:51 -0400
committerChristian Biesinger <cbiesinger@google.com>2019-09-14 22:36:47 -0400
commit6a062a93d70e08ddc23c0a940a8c20eea48e6904 (patch)
treeb6533fd2bce61f9658330b0e7946b9a2aac0354f /gdb
parent15c8a8bb8951cc24b0ce6fd3beeeb23472c18b62 (diff)
downloadgdb-6a062a93d70e08ddc23c0a940a8c20eea48e6904.zip
gdb-6a062a93d70e08ddc23c0a940a8c20eea48e6904.tar.gz
gdb-6a062a93d70e08ddc23c0a940a8c20eea48e6904.tar.bz2
Add a NEWS entry that gdb can be compiled with py3 on Windows.
This was fixed in commit 272044897e178835f596c96740c5a1800ec6f9fb. 2019-09-14 Christian Biesinger <cbiesinger@google.com> * NEWS: Mention that gdb can now be compiled with Python 3 on Windows.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS2
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1478824..fc2260d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-14 Christian Biesinger <cbiesinger@google.com>
+
+ * NEWS: Mention that gdb can now be compiled with Python 3
+ on Windows.
+
2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
* maint.c (maint_print_section_data::maint_print_section_data):
diff --git a/gdb/NEWS b/gdb/NEWS
index d502f08..947b743 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -32,6 +32,8 @@
* GDB now shows the Ada task names at more places, e.g. in task switching
messages.
+* GDB can now be compiled with Python 3 on Windows.
+
* Python API
** The gdb.Value type has a new method 'format_string' which returns a