gecko-dev/.gdbinit_python

6 строки
80 B
Plaintext

python
import sys
sys.path.append('third_party/python/gdbpp/')
import gdbpp
end