Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-25 Thread Chris Johns
On 22/4/22 11:18 pm, Frank Kühndel wrote: > Hi Chris, > > On 4/22/22 03:19, Chris Johns wrote: >> On 21/4/2022 5:45 pm, Karel Gardas wrote: >>> On 4/21/22 02:12, Chris Johns wrote: On 21/4/2022 4:38 am, Karel Gardas wrote: > Chris, Frank, > > I don't feel particularly comfortable

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-22 Thread Frank Kühndel
Hi Chris, On 4/22/22 03:19, Chris Johns wrote: > On 21/4/2022 5:45 pm, Karel Gardas wrote: >> On 4/21/22 02:12, Chris Johns wrote: >>> On 21/4/2022 4:38 am, Karel Gardas wrote: Chris, Frank, I don't feel particularly comfortable with this patch. It works here on Ubuntu 20

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-21 Thread Chris Johns
On 21/4/2022 5:45 pm, Karel Gardas wrote: > On 4/21/22 02:12, Chris Johns wrote: >> On 21/4/2022 4:38 am, Karel Gardas wrote: >>> >>> Chris, Frank, >>> >>> I don't feel particularly comfortable with this patch. It works here on >>> Ubuntu >>> 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-21 Thread Frank Kühndel
Hi Karel, On 4/20/22 20:38, Karel Gardas wrote: > Chris, Frank, > > I don't feel particularly comfortable with this patch. It works here on > Ubuntu 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I > have to admit semantics of this cfg language is beyond my liking and a > lot is in

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-21 Thread Karel Gardas
On 4/21/22 02:12, Chris Johns wrote: On 21/4/2022 4:38 am, Karel Gardas wrote: Chris, Frank, I don't feel particularly comfortable with this patch. It works here on Ubuntu 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I have to admit semantics of this cfg language is beyond my l

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-20 Thread Chris Johns
On 21/4/2022 4:38 am, Karel Gardas wrote: > > Chris, Frank, > > I don't feel particularly comfortable with this patch. It works here on Ubuntu > 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I have to admit > semantics of this cfg language is beyond my liking and a lot is in comple

Re: [PATCH] GDB: fix python config command line arguments based on python version

2022-04-20 Thread Karel Gardas
Chris, Frank, I don't feel particularly comfortable with this patch. It works here on Ubuntu 20.04 with python 3.3 and Ubuntu 22.04 with Python 3.10, but I have to admit semantics of this cfg language is beyond my liking and a lot is in complete darkness here. E.g. how &&, < operator are wor

[PATCH] GDB: fix python config command line arguments based on python version

2022-04-20 Thread Karel Gardas
Fixes #4631 --- source-builder/config/gdb-common-1.cfg | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source-builder/config/gdb-common-1.cfg b/source-builder/config/gdb-common-1.cfg index c7f39552..dba6f212 100644 --- a/source-builder/config/gdb-common-1.cfg +++ b/sour