[issue8032] Add gdb7 hooks to make it easier to debug Python

Mark Dickinson report at bugs.python.org
Fri Apr 2 22:34:54 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

> To my knowledge, OS X doesn't ship with gdb 7

That sounds right.  On my OS X 10.6.3 machine, the system gdb is:

Mark-Dickinsons-MacBook-Pro:py3k dickinsm$ gdb --version
GNU gdb 6.3.50-20050815 (Apple version gdb-1346) (Fri Sep 18 20:40:51 UTC 2009)

I have the impression that few people have got gdb 7 working on OS X yet, but I might be wrong.  Certainly macports doesn't seem to offer it yet.  I expect that'll change, though.

[About make distclean]
> Presumably adding:
>   -rm -f python*-gdb.py
> should do the trick

Yes, that seems to work.  Thanks!  Added in r79617.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8032>
_______________________________________


More information about the Python-bugs-list mailing list