diff options
Diffstat (limited to '.gdbinit_python')
-rw-r--r-- | .gdbinit_python | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gdbinit_python b/.gdbinit_python new file mode 100644 index 0000000000..9ad12bd2ac --- /dev/null +++ b/.gdbinit_python @@ -0,0 +1,5 @@ +python +import sys +sys.path.append('python/gdbpp/') +import gdbpp +end |