gcc/libstdc++-v3/python
Jonathan Wakely a9e07e1651 libstdc++: Install GDB pretty printers for debug library
The additional libraries installed by --enable-libstdcxx-debug are built
without optimization to aid debugging, but the Python pretty printers
are not installed alongside them. This means that you can step through
the unoptimized library code, but at the expense of pretty printing the
library types.

This remedies the situation by installing another copy of the GDB hooks
alongside the debug version of libstdc++.so.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

libstdc++-v3/ChangeLog:

	* python/Makefile.am [GLIBCXX_BUILD_DEBUG] (install-data-local):
	Install another copy of the GDB hook.
	* python/Makefile.in: Regenerate.

(cherry picked from commit db853ff78a)
2021-10-12 11:45:45 +01:00
..
libstdcxx libstdc++: Add pretty printer for std::error_code and std::error_condition 2021-10-12 11:45:44 +01:00
hook.in
Makefile.am libstdc++: Install GDB pretty printers for debug library 2021-10-12 11:45:45 +01:00
Makefile.in libstdc++: Install GDB pretty printers for debug library 2021-10-12 11:45:45 +01:00