diff options
author | Tom de Vries <tdevries@suse.de> | 2021-09-21 00:54:08 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2021-09-21 00:54:08 +0200 |
commit | 5936ac73edd7d196611a9690a9a99f7137479e79 (patch) | |
tree | 5eae627fef10eea8b05489d7c68cbcda34b136de /gdb/python/py-infthread.c | |
parent | acb7bdf0d2235291adba1049a099729255571f2b (diff) | |
download | binutils-5936ac73edd7d196611a9690a9a99f7137479e79.zip binutils-5936ac73edd7d196611a9690a9a99f7137479e79.tar.gz binutils-5936ac73edd7d196611a9690a9a99f7137479e79.tar.bz2 |
[gdb/testsuite] Fix gdb.ada/interface.exp with gcc-9
When running test-case gdb.ada/interface.exp with gcc-9, we run into:
...
(gdb) info locals^M
s = (x => 1, y => 2, w => 3, h => 4)^M
r = (x => 1, y => 2, w => 3, h => 4)^M
(gdb) FAIL: gdb.ada/interface.exp: info locals
...
The failure is caused by the regexp expecting variable r followed by
variable s.
Fix this by allowing variable s followed by variable r as well.
Tested on x86_64-linux.
Diffstat (limited to 'gdb/python/py-infthread.c')
0 files changed, 0 insertions, 0 deletions