Files
MINGW-packages/mingw-w64-gcc/gdbinit
Orgad Shaneh f6628a0f2e Move gdbinit from gdb to gcc (#2354)
It prints an error when GCC is not installed.

Fixes #1729
2017-04-04 07:02:06 +03:00

6 lines
145 B
Plaintext

python
import sys
sys.path.insert(0, sys.path[0] + '/../../%GCC_NAME%/python')
from libstdcxx.v6.printers import register_libstdcxx_printers
end