diff options
Diffstat (limited to 'docker/gdbinit')
-rw-r--r-- | docker/gdbinit | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/gdbinit b/docker/gdbinit new file mode 100644 index 00000000..37ec9087 --- /dev/null +++ b/docker/gdbinit | |||
@@ -0,0 +1,6 @@ | |||
1 | python | ||
2 | import sys, os.path | ||
3 | sys.path.insert(0, os.path.expanduser('~/.gdb')) | ||
4 | import qt5printers | ||
5 | qt5printers.register_printers(gdb.current_objfile()) | ||
6 | end | ||