[gdb/testsuite] Add back missing debug for index-cache.exp
authorTom de Vries <tdevries@suse.de>
Wed, 26 Jun 2019 03:52:47 +0000 (05:52 +0200)
committerTom de Vries <tdevries@suse.de>
Wed, 26 Jun 2019 03:52:47 +0000 (05:52 +0200)
commit22e217527d1ba9ff3d933a14c9d81b066fac606d
tree826f8dc3e8813c1399c2368e6bcf6138dbdebd9e
parenta93cbd6e69abc024bb65c8c398fa9898e551860c
[gdb/testsuite] Add back missing debug for index-cache.exp

The proc prepare_for_testing has "debug" as default argument for the options
parameter.

In the commit c596f180a1 "[gdb/testsuite] Compile index-cache.c with
-Wl,--build-id", by setting the options argument we've effectively dropped
"debug".  This causes index-cache.exp to not contain any debug info anymore on
most systems (though not on openSUSE), which causes index-cache.exp FAILs.

Fix this by adding back the missing "debug" option.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2019-06-26  Tom de Vries  <tdevries@suse.de>

* gdb.base/index-cache.exp: Add back missing debug option.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/index-cache.exp