This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients davidfraser, dmalcolm, doko, gregory.p.smith, jyasskin, loewis, mark.dickinson, scott.tsai
Date 2010-04-02.20:34:52
SpamBayes Score 3.857541e-06
Marked as misclassified No
Message-id <1270240494.54.0.615551206077.issue8032@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2010-04-02 20:34:54mark.dickinsonsetrecipients: + mark.dickinson, loewis, doko, gregory.p.smith, davidfraser, jyasskin, scott.tsai, dmalcolm
2010-04-02 20:34:54mark.dickinsonsetmessageid: <1270240494.54.0.615551206077.issue8032@psf.upfronthosting.co.za>
2010-04-02 20:34:53mark.dickinsonlinkissue8032 messages
2010-04-02 20:34:52mark.dickinsoncreate