This is the mail archive of the gdb-patches@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: [RFA/Python] Fix procfs.c build failure on 32bit solaris (_FILE_OFFSET_BITS)


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

Pedro> Here's a patch.  We can move the PyObject fallback typedef from defs.h
Pedro> to varobj.c again.  I haven't looked to see if the PyObject pointers
Pedro> in struct varobj have some other concrete type we could forward
Pedro> declare instead.  Or why don't we #ifdef out those fields if building
Pedro> without python.

Pedro> Tested by building gdb with and without --with-python=no.

Looks good to me.

Tom


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