Re: [PATCH 2/2] gdb: Split python's version into major/minor and check for embed option

2022-04-25 Thread Chris Johns
On 26/4/2022 8:04 am, Chris Johns wrote: > On 26/4/2022 4:01 am, Frank Kühndel wrote: >> I tested your two patches for ARM on top of >> 990e3f05e62cf48117f6de8346e9ea8a8d9b1ba3 (Git master >> rtems-source-builder, RTEMS 6) on the following OS: >> >> * openSUSE Leap 15.3 Python 2.7.18 >> * openSUSE

Re: [PATCH 2/2] gdb: Split python's version into major/minor and check for embed option

2022-04-25 Thread Chris Johns
On 26/4/2022 4:01 am, Frank Kühndel wrote: > I tested your two patches for ARM on top of > 990e3f05e62cf48117f6de8346e9ea8a8d9b1ba3 (Git master > rtems-source-builder, RTEMS 6) on the following OS: > > * openSUSE Leap 15.3 Python 2.7.18 > * openSUSE Leap 15.3 Python 3.6.15 > * Ubuntu 22.04 LTS Pyt

Re: [PATCH 2/2] gdb: Split python's version into major/minor and check for embed option

2022-04-25 Thread Frank Kühndel
Hi Chris, I tested your two patches for ARM on top of 990e3f05e62cf48117f6de8346e9ea8a8d9b1ba3 (Git master rtems-source-builder, RTEMS 6) on the following OS: * openSUSE Leap 15.3 Python 2.7.18 * openSUSE Leap 15.3 Python 3.6.15 * Ubuntu 22.04 LTS Python 3.10.4 * AlmaLinux 8.5 (Arctic Sphynx) Pyt

[PATCH 2/2] gdb: Split python's version into major/minor and check for embed option

2022-04-25 Thread chrisj
From: Chris Johns Closes #4631 --- source-builder/config/gdb-common-1.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source-builder/config/gdb-common-1.cfg b/source-builder/config/gdb-common-1.cfg index c7f3955..e685445 100644 --- a/source-builder/config/gdb-common-1