]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.threads/tls.exp
[gdb/testsuite] Handle PAC marker
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.threads / tls.exp
index 89f6fb89bacf46724009ccbd245c164a11aa27a0..91a7f80b438923abbac9a250a146b820249e281a 100644 (file)
@@ -132,7 +132,7 @@ proc check_thread_stack {number spin_threads spin_threads_level} {
     }
     send_gdb "where\n"
     gdb_expect {
-       -re ".*(\[0-9\]+)\[ \t\]+$hex in spin \\(vp=(0x\[0-9a-f\]+).*\r\n$gdb_prompt $" {
+       -re ".*(\[0-9\]+)\[ \t\]+$hex (\\\[PAC\\\] )?in spin \\(vp=(0x\[0-9a-f\]+).*\r\n$gdb_prompt $" {
            if {[info exists tarr($number)]} {
                fail "backtrace of thread number $number in spin"
            } else {