[gdb/testsuite] Fix incomplete regexps in step-precsave.exp
authorTom de Vries <tdevries@suse.de>
Fri, 27 Sep 2019 15:04:59 +0000 (17:04 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 27 Sep 2019 15:04:59 +0000 (17:04 +0200)
commit060b3ab4edadfc0d55e606598769c1e5315fd74c
tree19c180b48c1dfb7626fc67dfa719ded753b06321
parent68f7d34dd506d1ccdaab9e772a533f8e76a5fe19
[gdb/testsuite] Fix incomplete regexps in step-precsave.exp

The commit 68f7d34dd50 "[gdb/testsuite] Add KFAIL for missing support of
reverse-debugging of vmovd" rewrites a gdb_test into a gdb_test_multiple but
forgets to add the $gdb_prompt part in the regexp.

Add the missing parts of the regexps.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2019-09-27  Tom de Vries  <tdevries@suse.de>

* gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.reverse/step-precsave.exp