Adjust GDB to demangler API change
authorPedro Alves <palves@redhat.com>
Sat, 28 Nov 2015 16:39:32 +0000 (16:39 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 28 Nov 2015 16:39:32 +0000 (16:39 +0000)
commit16807a48edfdfe89c8f8f745edeb938ef0b7e5eb
treebc7f513ce97bac7f79e85ecef6e27226264117d3
parent3b16c5514a2e01d47295e8d82cecd6b62db62955
Adjust GDB to demangler API change

Before commit 3a8724032abf, DEMANGLE_COMPONENT_CAST was used for both
casts and conversion operators.  We now have
DEMANGLE_COMPONENT_CONVERSION for the latter.

gdb/ChangeLog:
2014-11-28  Pedro Alves  <palves@redhat.com>

* cp-name-parser.y (conversion_op): Use
DEMANGLE_COMPONENT_CONVERSION instead of DEMANGLE_COMPONENT_CAST.
gdb/ChangeLog
gdb/cp-name-parser.y
This page took 0.024791 seconds and 4 git commands to generate.