gdb: testsuite: show print array-indexes after set in arrayidx.exp
authorTiezhu Yang <yangtiezhu@loongson.cn>
Sat, 8 Jan 2022 10:43:00 +0000 (14:43 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Sat, 8 Jan 2022 10:43:00 +0000 (14:43 +0400)
commitbc2e7c7daaae1595288c3ecedd2902c5bed72e79
tree5883f2ea61c5d42da2b04c471514c49c885b026c
parent3747999c6bd40a7ac905ef306a82214b336067b6
gdb: testsuite: show print array-indexes after set in arrayidx.exp

Add "show print array-indexes" testcases after set print array-indexes
to off or on.

Without this patch:

    PASS: gdb.base/arrayidx.exp: set print array-indexes to off
    PASS: gdb.base/arrayidx.exp: print array with array-indexes off
    PASS: gdb.base/arrayidx.exp: set print array-indexes to on
    PASS: gdb.base/arrayidx.exp: print array with array-indexes on

With this patch:

    PASS: gdb.base/arrayidx.exp: set print array-indexes to off
    PASS: gdb.base/arrayidx.exp: show print array-indexes is off
    PASS: gdb.base/arrayidx.exp: print array with array-indexes off
    PASS: gdb.base/arrayidx.exp: set print array-indexes to on
    PASS: gdb.base/arrayidx.exp: show print array-indexes is on
    PASS: gdb.base/arrayidx.exp: print array with array-indexes on

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
gdb/testsuite/gdb.base/arrayidx.exp