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: Python pretty-printing [1/6]


On Thu, Apr 02, 2009 at 02:54:02PM -0600, Tom Tromey wrote:
> This is the first in a series of patches which implement the
> long-discussed Python pretty-printing feature.
> 
> This patch imports --with-gdb-data from Sérgio's syscall patch.
> It also adds --with-pythondir and arranges for some Python variables
> to be set appropriately.

If you specify --with-pythondir=$prefix/python, it's not relocatable.
I'd like to keep all specified paths with the same relocation
behavior, please.  Bonus points if you can reduce the code duplication
involved in defining each switch and relocating each path...

-- 
Daniel Jacobowitz
CodeSourcery


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