scripts/build/debug/gdbinit.in
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Apr 16 15:25:36 2012 +0200 (2012-04-16)
changeset 2941 13e40098fffc
permissions -rw-r--r--
cc/gcc: update Linaro GCC revisions to 2012.04

Update Linaro GCC with the latest available revisions.

The 4.7 revision is also released, but the infrastructure is not yet ready for
it in CT-NG.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
yann@2570
     1
python
yann@2570
     2
import sys
yann@2570
     3
sys.path.insert(0, '@@PREFIX@@/share/gcc-@@VERSION@@/python')
yann@2570
     4
from libstdcxx.v6.printers import register_libstdcxx_printers
yann@2570
     5
register_libstdcxx_printers (None)
yann@2570
     6
end