https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67440

--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Thu May 18 15:31:07 2017
New Revision: 248233

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

Backport from mainline
2017-03-16  Jonathan Wakely  <jwak...@redhat.com>

        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:
    branches/gcc-5-branch/libstdc++-v3/ChangeLog
    branches/gcc-5-branch/libstdc++-v3/python/libstdcxx/v6/printers.py

Reply via email to