scripts/build/debug/gdbinit.in
author David Holsgrove <david.holsgrove@xilinx.com>
Thu Oct 11 14:39:42 2012 +1000 (2012-10-11)
changeset 3091 41967d32b54e
permissions -rw-r--r--
debug/gdb: Add CUSTOM version and CUSTOM_LOCATION config options and GetCustom

CUSTOM_LOCATION config options only presented in menuconfig if component
CUSTOM version selected.

Signed-off-by: "David Holsgrove" <david.holsgrove@xilinx.com>
[yann.morin.1998@free.fr: don't patch custom dir location]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <9ea1b5021fc77582867f.1349931197@localhost.localdomain>
PatchWork-Id: 190791
     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