r246196 - in /trunk/libstdc++-v3: ChangeLog pyt...

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Mar 16 14:11:00 GMT 2017


Author: redi
Date: Thu Mar 16 14:11:48 2017
New Revision: 246196

URL: https://gcc.gnu.org/viewcvs?rev=246196&root=gcc&view=rev
Log:
PR libstdc++/67440 make pretty printers work with GDB 7.6 again

	PR libstdc++/67440
	* python/libstdcxx/v6/printers.py (find_type): Avoid gdb.Type.name
	for GDB 7.6 compatibility, use gdb.Type.unqualified instead.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/python/libstdcxx/v6/printers.py



More information about the Libstdc++-cvs mailing list