]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
gdbserver_tests/filter_gdb.in: delete thread exiting
authorMark Wielaard <mark@klomp.org>
Mon, 22 Jan 2024 13:08:30 +0000 (14:08 +0100)
committerMark Wielaard <mark@klomp.org>
Mon, 22 Jan 2024 13:08:46 +0000 (14:08 +0100)
The hginfo testcase would fail with GDB 14.1 because it would output
an extra line saying: [Thread .... exited]

gdbserver_tests/filter_gdb.in

index 16186dfe2c9bfe060aea0e0ab7ede8860f28d477..6c85284b753145360b20c809509819f4b5874ff8 100755 (executable)
@@ -65,6 +65,9 @@ s/Thread [0-9][0-9]*/Thread ..../g
 #       delete thread switches
 /\[Switching to Thread ....\]/d
 
+#       delete thread exiting
+/\[Thread .... exited\]/d
+
 #       ??? Probably we had a 'Switching ' message in front of
 #        a frame line ?
 s/\(\[Switching to thread [1234] (Thread ....)\]\)#0/\1\n#0/