Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
khronosschoty
/
palemoon-dev
Watch
2
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
palemoon-dev
/
platform
/
build
/
.gdbinit_python.in
.gdbinit_python.in
100 B
Permalink
History
Raw
1
2
3
4
5
6
7
#filter substitution
python
import sys
sys.path.append('@topsrcdir@/python/gdbpp')
import gdbpp
end