samples/m68k-unknown-uclinux-uclibc/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sat Oct 06 23:48:07 2012 +0200 (2012-10-06)
changeset 3083 3a7b2eee9dcd
child 3105 cfb1783d4cb8
permissions -rw-r--r--
scripts: add option to start an interactive debug shell

Add an option that, when a command fails:
- starts an interactive shell with the failed command's environment
- attempts re-execution of the failed command, continues, or aborts
at user's whim.

Before starting the debug-shell, the backtrace is printed.
When exiting for an abort, the standard error message is printed.

Based on an idea and a patch from: Johannes Stezenbach <js@sig21.net>
http://sourceware.org/ml/crossgcc/2012-09/msg00144.html

Signed-off-by: Johannes Stezenbach <js@sig21.net>
[yann.morin.1998@free.fr: integrate in the fault handler]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Johannes Stezenbach <js@sig21.net>
Patchwork-Id: 191571
Patchwork-Id: 191668
esben@3066
     1
CT_EXPERIMENTAL=y
esben@3066
     2
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
esben@3066
     3
CT_SAVE_TARBALLS=y
esben@3066
     4
CT_LOG_EXTRA=y
esben@3066
     5
CT_ARCH_m68k=y
esben@3066
     6
CT_KERNEL_linux=y
esben@3066
     7
CT_BINUTILS_V_2_21_1a=y
esben@3066
     8
CT_CC_V_4_7_2=y
esben@3066
     9
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
esben@3066
    10
CT_THREADS_LINUXTHREADS=y