This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb plugin status?


On Wed, 2008-08-06 at 14:36 -0600, Tom Tromey wrote:
> >>>>> "Thiago" == Thiago Jung Bauermann <bauerman@br.ibm.com> writes:
> 
> Tom> FWIW, my build uses -fno-strict-aliasing, which disables this warning.
> 
> Thiago> Anyway, the PYTHON_CFLAGS are only used to compile files under the
> Thiago> python/ subdir. I just checked here and varobj.c isn't compiled with it.
> 
> I suppose we should widen this to any file that includes python-internal.h.
> 
> Or, rework things so that varobj.c does not have to include that file.
> Given that these flags that are needed by python headers are basically
> bug workarounds, it might be nice to try to limit the fallout.

Right, nothing outside python/ is supposed to include python-internal.h
(that's why I put the -internal suffix :-) ). varobj.c does it at the
moment because we didn't get around to cleanup the MI python patch yet.
-- 
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]