source: Daodan/MSYS2/mingw32/etc/gdbinit@ 1193

Last change on this file since 1193 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 180 bytes
Line 
1python
2import sys
3sys.path.insert(0, sys.path[0] + '/../../gcc-11.2.0/python')
4from libstdcxx.v6.printers import register_libstdcxx_printers
5register_libstdcxx_printers (None)
6end
Note: See TracBrowser for help on using the repository browser.