[Bug libstdc++/68448] Python Pretty Printers get disabled on libstdc++ reload by GDB

2015-11-20 Thread jkratoch at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68448

--- Comment #5 from jkratoch at gcc dot gnu.org ---
Author: jkratoch
Date: Fri Nov 20 19:10:12 2015
New Revision: 230670

URL: https://gcc.gnu.org/viewcvs?rev=230670=gcc=rev
Log:
PR libstdc++/68448
* python/hook.in: Call register_libstdcxx_printers.
* python/libstdcxx/v6/__init__.py: Wrap it to
register_libstdcxx_printers.

Modified:
branches/gcc-5-branch/libstdc++-v3/ChangeLog
branches/gcc-5-branch/libstdc++-v3/python/hook.in
branches/gcc-5-branch/libstdc++-v3/python/libstdcxx/v6/__init__.py

[Bug libstdc++/68448] Python Pretty Printers get disabled on libstdc++ reload by GDB

2015-11-20 Thread jkratoch at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68448

--- Comment #4 from jkratoch at gcc dot gnu.org ---
Author: jkratoch
Date: Fri Nov 20 19:00:51 2015
New Revision: 230669

URL: https://gcc.gnu.org/viewcvs?rev=230669=gcc=rev
Log:
PR libstdc++/68448
* python/hook.in: Call register_libstdcxx_printers.
* python/libstdcxx/v6/__init__.py: Wrap it to
register_libstdcxx_printers.

Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/python/hook.in
trunk/libstdc++-v3/python/libstdcxx/v6/__init__.py

[Bug other/65366] gdbhooks.py is incompatible with Python3

2015-06-08 Thread jkratoch at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65366

--- Comment #5 from jkratoch at gcc dot gnu.org ---
Author: jkratoch
Date: Mon Jun  8 13:35:51 2015
New Revision: 224223

URL: https://gcc.gnu.org/viewcvs?rev=224223root=gccview=rev
Log:
PR other/65366
* gdbhooks.py: Import sys.
(intptr): New function.  Replace int(...) by intptr(...).

Modified:
trunk/gcc/ChangeLog
trunk/gcc/gdbhooks.py


[Bug other/65366] gdbhooks.py is incompatible with Python3

2015-06-02 Thread jkratoch at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65366

--- Comment #2 from jkratoch at gcc dot gnu.org ---
Author: jkratoch
Date: Tue Jun  2 07:37:22 2015
New Revision: 224012

URL: https://gcc.gnu.org/viewcvs?rev=224012root=gccview=rev
Log:
PR other/65366
* gdbhooks.py: Use int(...) instead of long(...).  Use print(...)
instead of print ... .

Modified:
trunk/gcc/ChangeLog
trunk/gcc/gdbhooks.py


[Bug debug/49408] member function template id not matching linkage name

2011-07-01 Thread jkratoch at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49408

--- Comment #2 from jkratoch at gcc dot gnu.org 2011-07-01 17:16:51 UTC ---
Author: jkratoch
Date: Fri Jul  1 17:16:44 2011
New Revision: 175761

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175761
Log:
libiberty/
PR debug/49408
* cp-demangle.c (d_print_comp): Suppress argument list for function
references by the '' unary operator.  Keep also already processed
variant without the argument list.  Suppress argument list types for
function call used in an expression.
* testsuite/demangle-expected: Fix excessive argument list types in
`test for typed function in decltype'.  New testcase for no argument
list types printed.  3 new testcases for function references by the
'' unary operator..

Modified:
trunk/libiberty/ChangeLog
trunk/libiberty/cp-demangle.c
trunk/libiberty/testsuite/demangle-expected