summaryrefslogtreecommitdiff
path: root/build/.gdbinit_python.in
diff options
context:
space:
mode:
Diffstat (limited to 'build/.gdbinit_python.in')
-rw-r--r--build/.gdbinit_python.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/.gdbinit_python.in b/build/.gdbinit_python.in
new file mode 100644
index 0000000000..54c5c2db8d
--- /dev/null
+++ b/build/.gdbinit_python.in
@@ -0,0 +1,6 @@
+#filter substitution
+python
+import sys
+sys.path.append('@topsrcdir@/python/gdbpp')
+import gdbpp
+end