samples/avr32-unknown-none/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
parent 2953 b0f1b8711716
child 3203 74fd467be5aa
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
mgl@1371
     1
CT_EXPERIMENTAL=y
yann@1563
     2
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@1567
     3
CT_SAVE_TARBALLS=y
yann@1567
     4
CT_CONFIG_SHELL_SH=y
yann@1567
     5
CT_LOG_EXTRA=y
mgl@1371
     6
CT_ARCH_avr32=y
yann@2724
     7
CT_BINUTILS_V_2_18a=y
yann@1563
     8
CT_CC_V_4_2_2=y
yann@1653
     9
CT_LIBC_NEWLIB_V_1_17_0=y