]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Missing edit of filter_gdb.in
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 14 Apr 2024 20:54:49 +0000 (22:54 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 14 Apr 2024 21:02:23 +0000 (23:02 +0200)
.exp files were updated to correspond to GDB 15,
filter_gdb being responsible to transform old GDB output to newly
expected output.

Sadly, I edited filter_gdb instead of filter_gdb.in

Tests should succeed again with older GDB.

gdbserver_tests/filter_gdb.in

index d6c39d36fe7a8ec7c52a936ad1b1e16049033cd8..34ab9d359bd5fcdf998c51602182a600faf83a7e 100755 (executable)
@@ -56,6 +56,12 @@ s/^\e\[?1034hReading symbols/Reading symbols/
 #       Anonymise pid numbers
 s/pid [0-9][0-9]*/pid ..../g
 
+#      Align the 'delete' prompt to the GDB 15 prompt
+s/Delete all breakpoints?/Delete all breakpoints, watchpoints, tracepoints, and catchpoints?/
+
+#      Align the 'remote failure reply' string to the GDB 15 behaviour.
+s/remote failure reply 'E\./remote failure reply '/
+
 #       filter 'remote target killed' messages (produced by gdb >= 8.2)
 /(Remote target) killed/d