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: how to view content in stl vector


On Mon, Jun 18, 2007 at 02:26:36PM +0200, Maik Beckmann wrote:
> Is storing of typenames possible at all?

No.  GDB's command line scripting language does not support this sort
of thing.  My plan is a more sophisticated Python integration.

> A workaround for this would be a native c++ map-dump function, which naturally 
> would be implemented as function template, but I didn't find out how to call 
> an instantiated function template  :(

It should work just fine.... I don't know for sure though.

-- 
Daniel Jacobowitz
CodeSourcery


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