PR libstdc++/67440 make pretty printers work with GDB 7.6 again
commit3541f29c07e560e46606ffd1f4ef36ba8b47f6c0
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Mar 2017 14:11:48 +0000 (16 14:11 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Mar 2017 14:11:48 +0000 (16 14:11 +0000)
treee0de09f6368bec2bcd74be9a3bca606fea6afd61
parent841ef1a2007e5dc0f941b3e317ee8aefff0fae99
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246196 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/python/libstdcxx/v6/printers.py