mbox series

[0/3] package/gdb: add support for python3 (branch yem/gdb-py3)

Message ID cover.1609408378.git.yann.morin.1998@free.fr
Headers show
Series package/gdb: add support for python3 (branch yem/gdb-py3) | expand

Message

Yann E. MORIN Dec. 31, 2020, 9:53 a.m. UTC
Hello All!

This small 3-patch series is based on the RFC by Titouan, to add support
for python3 to gdb:
    http://lists.busybox.net/pipermail/buildroot/2020-February/273561.html

We first cleanup the script emulating python-config, and then we make it
agnostic to the pytthon version. Finally, we enable python3 support in
gdb.

Regards,
Yann E. MORIN.

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Titouan Christophe (1):
      package/gdb: enable python3 support

Yann E. MORIN (2):
      package/gdb: cleanup in gdb-python-config
      package/gdb: do not hard-code python version in gdb-python-config

 package/gdb/Config.in         |  3 +--
 package/gdb/gdb-python-config | 23 ++++++++++++++---------
 package/gdb/gdb.mk            | 12 +++++++++++-
 3 files changed, 26 insertions(+), 12 deletions(-)

Comments

Thomas Petazzoni Dec. 31, 2020, 1:44 p.m. UTC | #1
On Thu, 31 Dec 2020 10:53:09 +0100
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:

> Titouan Christophe (1):
>       package/gdb: enable python3 support
> 
> Yann E. MORIN (2):
>       package/gdb: cleanup in gdb-python-config
>       package/gdb: do not hard-code python version in gdb-python-config

Series applied. Thanks!

Thomas