scripts/build/debug/gdbinit.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Aug 17 23:53:49 2011 +0200 (2011-08-17)
branch1.12
changeset 2634 e29a762bbadf
permissions -rw-r--r--
debug/gdb: we don't care if the host tic is shared or static

Because we need our own host tic, we have to build it; and we do build
it statically for now.

But as MacOS/Darwin/Whatever-you-call-it does not support static linking
(what a shame!), it fails.

Anyway, we don't really care it being shared, in the end.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 41bd6777fa4f767d6264db7c58986920014fd708)
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