scripts/build/debug/gdbinit.in
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Mar 12 21:19:26 2012 +0100 (2012-03-12)
changeset 2910 cc170c96362c
permissions -rw-r--r--
debug/strace: fix download URL

strace upstream location has slightly changed.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 python
     2 import sys
     3 sys.path.insert(0, '@@PREFIX@@/share/gcc-@@VERSION@@/python')
     4 from libstdcxx.v6.printers import register_libstdcxx_printers
     5 register_libstdcxx_printers (None)
     6 end