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: need a way to disable/limit printing template arguments


On Tue, 05 Mar 2013 21:30:04 +0100, Kamil Dudka wrote:
> is there any way to disable or limit expansion of template arguments when 
> printing local variables in gdb?

There should be primarily written Python Pretty printers for Boost like they
are for libstdc++.  Nobody has done so yet.

Besides that the output could be smaller with various output optimization
like this open Bug (depending on open GCC Bug):
	type-printing should optionally elide defaulted template parameters
	http://sourceware.org/bugzilla/show_bug.cgi?id=15251


Jan


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