Re: Problem using py-bt, py-locals, etc. during GDB debugging [solved]

2014-03-09 Thread Terry Reedy
On 3/9/2014 10:46 AM, Wesley wrote: I hit a problem alike yours. Cannot fix according your method. Here is snippet: root@localhost python]# gdb python 40290 GNU gdb (GDB) 7.7 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Re: Problem using py-bt, py-locals, etc. during GDB debugging [solved]

2014-03-09 Thread Wesley
I hit a problem alike yours. Cannot fix according your method. Here is snippet: root@localhost python]# gdb python 40290 GNU gdb (GDB) 7.7 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are

Re: Problem using py-bt, py-locals, etc. during GDB debugging [solved]

2013-02-20 Thread drevicko
On Friday, December 7, 2012 11:22:12 AM UTC+11, Mark Shroyer wrote: > On Thu, Dec 06, 2012 at 04:39:41PM -0500, Mark Shroyer wrote: > > > I'm having trouble with the py-bt, py-locals, etc. GDB commands (from > > > Python's python-gdb.py) while using GDB 7.4 to debug Python 2.7.3; I was > > > won

Re: Problem using py-bt, py-locals, etc. during GDB debugging [solved]

2012-12-06 Thread Mark Shroyer
On Thu, Dec 06, 2012 at 07:37:22PM -0500, MRAB wrote: > On 2012-12-07 00:22, Mark Shroyer wrote: > > > > [...] > > > > 2. Patch Python 2.7.3's python-gdb.py as follows: > > > > === 8< = > > > > --- python-gdb.py.orig 2012-12-06 15:12:18.666760664 -0500 > > +++

Re: Problem using py-bt, py-locals, etc. during GDB debugging [solved]

2012-12-06 Thread MRAB
On 2012-12-07 00:22, Mark Shroyer wrote: On Thu, Dec 06, 2012 at 04:39:41PM -0500, Mark Shroyer wrote: I'm having trouble with the py-bt, py-locals, etc. GDB commands (from Python's python-gdb.py) while using GDB 7.4 to debug Python 2.7.3; I was wondering if anyone here could offer advice. Brie

Re: Problem using py-bt, py-locals, etc. during GDB debugging [solved]

2012-12-06 Thread Mark Shroyer
On Thu, Dec 06, 2012 at 04:39:41PM -0500, Mark Shroyer wrote: > I'm having trouble with the py-bt, py-locals, etc. GDB commands (from > Python's python-gdb.py) while using GDB 7.4 to debug Python 2.7.3; I was > wondering if anyone here could offer advice. > > Briefly, py-bt seems to identify the p