Add primitive support for template types.
commitde5ca8aa6ad990209b350a2ac94130d572bbd1d5
authorJohannes Sixt <j6t@kdbg.org>
Wed, 19 Nov 2008 21:38:32 +0000 (19 22:38 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Tue, 2 Dec 2008 21:53:34 +0000 (2 22:53 +0100)
tree6af354fa461e33a45f3fecb35b81cd07499523b7
parentae6f2724eb4c57db0b1676ad7f4b19b120f8744f
Add primitive support for template types.

A type name in the type table that ends with '<*>' matches all
instantiated templates of that name, regardless of the actual template
parameter types.

With this tool, information in objects that does not depend on the actual
template parameter types can be shown, which we do with size and capacity
of std::vector.
kdbg/typetable.cpp
kdbg/typetable.h
kdbg/typetables/stdc++6.kdbgtt