This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: GDB Python extension on AIX
- From: Joel Brobecker <brobecker at adacore dot com>
- To: David Edelsohn <dje dot gcc at gmail dot com>
- Cc: Andreas Schwab <schwab at suse dot de>, "gdb at sourceware dot org" <gdb at sourceware dot org>
- Date: Thu, 18 Aug 2016 09:21:33 +0200
- Subject: Re: GDB Python extension on AIX
- Authentication-results: sourceware.org; auth=none
- References: <CAGWvnynYHy9zMHYN6m=WL5wm7WRnBsLJop5Z8zsuoaVcbrySfQ@mail.gmail.com> <mvmk2fnsr0a.fsf@hawking.suse.de> <CAGWvnykKKTeZHm9XSWc-1ensapFzQPiDd4LvNBUY55RgnYWcFw@mail.gmail.com>
> I think the ball is in GDB's court.
>
> If GDB is going to intervene in these macros for some systems and
> configuratino, I request a method to disable this for AIX.
Seems like a reasonable request to me, at least as a stop-gap measure.
If there is a way to do things more correctly, perhaps we could look at
that as a second step.
Note that it is strange that I don't see the error you are seeing.
But perhaps it has to do with the fact that we use a version of
Python which we built and installed at a non-standard location?
--
Joel