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] |
On Thu, May 28, 2009 at 8:32 AM, Tom Tromey <tromey@redhat.com> wrote: > Ok with that change. ?Thanks. The patch was line-wrapped and missing change to configure. Also moving HAVE_PYTHON down revealed a bug: the signature of of apply_val_pretty_printer has changed, but the prototype in the !HAVE_PYTHON was not updated. Attached is the patch I just committed. -- Paul Pluzhnikov 2009-05-28 Pierre Muller <muller@ics.u-strasbg.fr> Paul Pluzhnikov <ppluzhnikov@google.com> * configure.ac (!have_libpython): Add python-prettyprint source and object files. * configure: Regenerate. * python/python-prettyprint.c: Move "#ifdef HAVE_PYTHON" before python headers.
Attachment:
gdb-python-20090528.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |