.hgignore
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sat Oct 06 23:48:07 2012 +0200 (2012-10-06)
changeset 3083 3a7b2eee9dcd
parent 2836 1c4f3be68a6d
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
yann@1412
     1
syntax: glob
yann@1412
     2
yann@1412
     3
# Generated files
yann@2834
     4
configure
yann@2834
     5
autom4te.cache
yann@2834
     6
config.log
yann@2834
     7
config.status
yann@1412
     8
Makefile
yann@2622
     9
*ct-ng*
yann@2622
    10
docs/*ct-ng*.1
yann@2622
    11
docs/*ct-ng*.1.gz
yann@1412
    12
paths.mk
yann@2838
    13
paths.sh
yann@1412
    14
scripts/crosstool-NG.sh
yann@1412
    15
scripts/saveSample.sh
yann@1412
    16
scripts/showTuple.sh
yann@1412
    17
kconfig/conf
yann@2454
    18
kconfig/?conf
yann@1412
    19
kconfig/**.o
yann@1412
    20
kconfig/**.dep
yann@2836
    21
kconfig/lex.backup
yann@2836
    22
kconfig/lex.zconf.c
yann@2836
    23
kconfig/zconf.hash.c
yann@2836
    24
kconfig/zconf.tab.c
yann@2481
    25
config/configure.in
yann@1412
    26
config.gen/
yann@1412
    27
.config
yann@2468
    28
.config.2
yann@2133
    29
yann@2133
    30
# Temporaries
yann@2133
    31
.*.swp
yann@2339
    32
build.log
yann@1412
    33
.config.old
yann@2133
    34
yann@2133
    35
# This is the place where toolchains are built
yann@2133
    36
.build/
yann@2133
    37
# .. and the legacy location
yann@1412
    38
targets/