public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [gdb/testsuite] Fix regexp in gdb.threads/stepi-over-clone.exp
@ 2024-06-21 14:52 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2024-06-21 14:52 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8fbf220321d7148b3b094ca710e331d48bedf338

commit 8fbf220321d7148b3b094ca710e331d48bedf338
Author: Tom de Vries <tdevries@suse.de>
Date:   Fri Jun 21 16:53:19 2024 +0200

    [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>

Diff:
---
 gdb/testsuite/gdb.threads/stepi-over-clone.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/testsuite/gdb.threads/stepi-over-clone.exp b/gdb/testsuite/gdb.threads/stepi-over-clone.exp
index f671fd7b8bd..da8bbf6a215 100644
--- a/gdb/testsuite/gdb.threads/stepi-over-clone.exp
+++ b/gdb/testsuite/gdb.threads/stepi-over-clone.exp
@@ -48,7 +48,7 @@ gdb_test_multiple "catch syscall group:process" "catch process syscalls" {
     }
 }
 
-set re_loc1 "$hex in clone\[23\]? \\(\\)"
+set re_loc1 "$hex in (__)?clone\[23\]? \\(\\)"
 set re_loc2 "$decimal\[ \t\]+in \[^\r\n\]+"
 set re_loc3 "clone\[23\]? \\(\\) at \[^:\]+:$decimal"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-21 14:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-21 14:52 [binutils-gdb] [gdb/testsuite] Fix regexp in gdb.threads/stepi-over-clone.exp Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).