source:
Daodan/MSYS2/mingw32/etc/gdbinit@
1170
Last change on this file since 1170 was 1166, checked in by , 3 years ago | |
---|---|
File size: 180 bytes |
Rev | Line | |
---|---|---|
[1166] | 1 | python |
2 | import sys | |
3 | sys.path.insert(0, sys.path[0] + '/../../gcc-11.2.0/python') | |
4 | from libstdcxx.v6.printers import register_libstdcxx_printers | |
5 | register_libstdcxx_printers (None) | |
6 | end |
Note:
See TracBrowser
for help on using the repository browser.