Resolve mingw64 gdb not pretty printing STL

Resolves issue #5765 as this still appears to be an issue.
This commit is contained in:
Chad Kennedy
2020-04-04 19:26:00 -05:00
committed by GitHub
parent 6cd7d7e2af
commit a2f8d215e3

View File

@@ -2,4 +2,5 @@ python
import sys
sys.path.insert(0, sys.path[0] + '/../../%GCC_NAME%/python')
from libstdcxx.v6.printers import register_libstdcxx_printers
register_libstdcxx_printers (None)
end