]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Linux regtest: add gdbserver filter for debuginfod messages
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 6 Sep 2024 19:47:38 +0000 (21:47 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 6 Sep 2024 19:47:38 +0000 (21:47 +0200)
gdbserver_tests/filter_gdb.in

index ccf201b2ac3e27cb4b432fa81ffe6c27c1dd38a1..094ea933ec5144691baa1503c1d24e8d01d827be 100755 (executable)
@@ -263,6 +263,8 @@ s/^0x........ in \(\w\+ (\)/\1/
 #           finishes with a new line, sometimes not ???).
 /^$/d
 
+#      delete any missing debuginfo messages
+/^Missing debuginfo.*/d
 
 EOF