buildroot/package/gdb
Romain Naour 7a0fa5b19b package/gdb: fix gdb python support with python 3.8
CPython 3.8 has added a new Syntax Warning that print
a waring at runtime while unsing gdb python support.

$ gdb -ex "python import os"
/usr/share/gdb/python/gdb/command/prompt.py:48: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if self.value is not '':
/usr/share/gdb/python/gdb/command/prompt.py:60: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if self.value is not '':

Backport an upstream patch for this:
https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=b6484282f85bf7f11451b2441599c241d302ad9d

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-06-23 22:00:28 +02:00
..
8.1.1 package/gdb: fix gdb python support with python 3.8 2020-06-23 22:00:28 +02:00
8.2.1 package/gdb: fix gdb python support with python 3.8 2020-06-23 22:00:28 +02:00
8.3.1 package/gdb: fix gdb python support with python 3.8 2020-06-23 22:00:28 +02:00
Config.in package/gdb: disable gdbserver if full gdb is enabled for ARC 2019-12-08 23:26:59 +01:00
Config.in.host toolchain: update ARC tools to arc-2020.03-release 2020-05-29 23:27:04 +02:00
gdb-python-config
gdb.hash toolchain: update ARC tools to arc-2020.03-release 2020-05-29 23:27:04 +02:00
gdb.mk package/gdb: add support for host-gdb with python3 2020-04-11 15:42:46 +02:00