From 8d6e0714b7f1919bfe3720e8d0417708f00ae1ba Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 24 Jun 2012 06:58:11 +0000 Subject: [PATCH] gdb/ * cc-with-index.sh: Use also -ex "set auto-load no". --- gdb/ChangeLog | 4 ++++ gdb/cc-with-index.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2