need a way to disable/limit printing template arguments
Jan Kratochvil
jan.kratochvil@redhat.com
Tue Mar 12 15:52:00 GMT 2013
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
More information about the Gdb
mailing list