Files
gcc-reflection/libstdc++-v3/python
Vladimir Bespalov dce0d564d7 libstdc++: Fix pretty printer lookup for class templates [PR122812]
Under some circumstances the type.name of a pair<> type starts with
"struct". This confuses GDB when we use gdb.lookup_type for the name of
template specialization using "struct pair<...>" in its template
argument list.

Using type.tag avoids this problem.

libstdc++-v3/ChangeLog:

	PR libstdc++/122812
	* python/libstdcxx/v6/printers.py (lookup_templ_spec): Use
	gdb.Type.tag if present.
2025-12-03 18:02:04 +00:00
..
2025-01-02 11:59:57 +01:00
2025-10-05 17:14:49 +01:00