From: Jan Kratochvil Date: Sun, 24 Jun 2012 06:58:11 +0000 (+0000) Subject: gdb/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d6e0714b7f1919bfe3720e8d0417708f00ae1ba;p=binutils-gdb.git gdb/ * cc-with-index.sh: Use also -ex "set auto-load no". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2e0a96bcd74..8b0c16dcb2b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-06-24 Jan Kratochvil + + * cc-with-index.sh: Use also -ex "set auto-load no". + 2012-06-23 Doug Evans PR 14125 diff --git a/gdb/cc-with-index.sh b/gdb/cc-with-index.sh index 22eefaacbff..644ba346f34 100644 --- a/gdb/cc-with-index.sh +++ b/gdb/cc-with-index.sh @@ -107,7 +107,7 @@ then exit 1 fi -$GDB --batch-silent -nx -ex "file $output_file" -ex "save gdb-index $output_dir" +$GDB --batch-silent -nx -ex "set auto-load no" -ex "file $output_file" -ex "save gdb-index $output_dir" rc=$? [ $rc != 0 ] && exit $rc