[Bug 591023] Re: AttributeError: 'gdb.Frame' object has no attribute 'function'

2014-11-20 Thread Matthias Klose
apparently fixed in 14.04 LTS ** Changed in: gdb (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/591023 Title: AttributeError: 'gdb.Frame' object has

[Bug 591023] Re: AttributeError: 'gdb.Frame' object has no attribute 'function'

2012-06-06 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gdb (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/591023 Title:

[Bug 591023] Re: AttributeError: 'gdb.Frame' object has no attribute 'function'

2010-12-03 Thread Matt Kern
Dropping a copy of is_evalframeex() from the head of the python trunk into python2.6-gdb.py fixes this issue. def is_evalframeex(self): '''Is this a PyEval_EvalFrameEx frame?''' if self._gdbframe.name() == 'PyEval_EvalFrameEx': ''' I believe we also