diff options
author | Kevin Buettner <kevinb@redhat.com> | 2019-02-21 17:22:13 -0700 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2019-02-27 11:13:47 -0700 |
commit | 2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b (patch) | |
tree | 8391b4e1cd0e369bfcfcc1711b1b367a79e3e03d /gdb/NEWS | |
parent | 6ca622222193bc29a2780f6f02f0d8b96da65a4b (diff) | |
download | gdb-2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b.zip gdb-2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b.tar.gz gdb-2c3fc25dd18d3afb4b4cb494c4803fdfbf00ae9b.tar.bz2 |
Document fact that mininum Python version is now 2.6
gdb/ChangeLog:
* NEWS: Note minimum Python version.
gdb/doc/ChangeLog:
* gdb.texinfo (Configure Options): Document minimum python
version.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -190,6 +190,8 @@ FreeBSD/riscv riscv*-*-freebsd* * Python API + ** GDB no longer supports Python versions less than 2.6. + ** The gdb.Inferior type has a new 'progspace' property, which is the program space associated to that inferior. |