From e93d3f4c61f9d9f9e1ec4154d54d029f1ebfac54 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 7 Nov 2013 12:19:27 +0100 Subject: [PATCH] Update gdbinit path. Refs #2710 --- tools/debug/gdb/gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/debug/gdb/gdbinit b/tools/debug/gdb/gdbinit index afc9d3c18..92551e356 100644 --- a/tools/debug/gdb/gdbinit +++ b/tools/debug/gdb/gdbinit @@ -2,7 +2,7 @@ set env LD_PRELOAD /lib/x86_64-linux-gnu/libpthread.so.0 python import sys -sys.path.insert(0, '/home/gbeutner/strawberry/tools/debug/gdb') +sys.path.insert(0, '/home/gbeutner/icinga2/tools/debug/gdb') from icingadbg import register_icinga_printers register_icinga_printers() end -- 2.40.0