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: pretty printers for STLport?


Hi,

Tom Tromey wrote:
>>>>>> "Joachim" == Joachim Reichel <joachim.reichel@gmx.de> writes:
> 
> Joachim> I've recently discovered gdb's python API and the pretty
> Joachim> printers for the STL types in libstdc++ [1]. Is there something
> Joachim> similar for the STL types from STLport?
> 
> I don't know of one, but FWIW they aren't very difficult to write.

Yes, at least with the existing pretty printers for libstdc++. I wrote a
pretty printer module for the STLport containers. If others are interested,
have a look at http://www.joachim-reichel.de/software/gppfs/ . Comments and
feedback welcome.

Joachim


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