scripts/build/debug/gdbinit.in
author Zhenqiang Chen <zhenqiang.chen@linaro.org>
Mon Feb 27 15:24:18 2012 +0800 (2012-02-27)
changeset 2901 4fcedd2c14b2
permissions -rw-r--r--
cc/gcc: Update core_prefix_dir to prefix.

core_prefix_dir is not defined. It should be prefix.

Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
     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