Blob Blame History Raw
commit 7aa63de01a3cda2a346f90be16bd29fd7b410c63
Author: Mark Wielaard <mark@klomp.org>
Date:   Mon Jan 22 14:08:30 2024 +0100

    gdbserver_tests/filter_gdb.in: delete thread exiting
    
    The hginfo testcase would fail with GDB 14.1 because it would output
    an extra line saying: [Thread .... exited]

diff --git a/gdbserver_tests/filter_gdb.in b/gdbserver_tests/filter_gdb.in
index 16186dfe2c9b..6c85284b7531 100755
--- a/gdbserver_tests/filter_gdb.in
+++ b/gdbserver_tests/filter_gdb.in
@@ -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/