]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/testsuite] Fix regexp in gdb.threads/stepi-over-clone.exp
authorTom de Vries <tdevries@suse.de>
Fri, 21 Jun 2024 14:53:19 +0000 (16:53 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 21 Jun 2024 14:53:19 +0000 (16:53 +0200)
commit8fbf220321d7148b3b094ca710e331d48bedf338
treef2e1bf0e8dff9edc28091a0d91752ff6bbc31516
parent50de502a4f843310e231b3174804e95a9e7de4fc
[gdb/testsuite] Fix regexp in gdb.threads/stepi-over-clone.exp

On fedora rawhide, I ran into:
...
(gdb) continue^M
Continuing.^M
^M
Catchpoint 2 (call to syscall clone3), 0x000000000042097d in __clone3 ()^M
(gdb) FAIL: gdb.threads/stepi-over-clone.exp: continue
...

Fix this by updating a regexp to also recognize __clone3.

Tested on x86_64-linux.

Tested-By: Guinevere Larsen <blarsen@redhat.com>
gdb/testsuite/gdb.threads/stepi-over-clone.exp