]> sourceware.org Git - valgrind.git/commitdiff
regtest gdbserver: add an extra filter for Raspberry Pi OS select
authorPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 27 Jan 2024 16:07:30 +0000 (17:07 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Sat, 27 Jan 2024 16:07:30 +0000 (17:07 +0100)
gdbserver_tests/filter_gdb.in

index 6c85284b753145360b20c809509819f4b5874ff8..7fb2f5829c298390fea975ae44cfbf09fa0c0a65 100755 (executable)
@@ -123,11 +123,11 @@ s/in kill ().*$/in syscall .../
 #       anonymise syscall on ppc64 (bugzilla #284305)
 s/in .*kill ().*$/in syscall .../
 
-
 s/in _dl_sysinfo_int80 ()/in syscall .../
 /^   from \/lib\/ld-linux.so.*$/d
 s/\(0x........\) in ?? () from \/lib.*$/\1 in syscall .../
 s/\(0x........\) in ?? ()$/\1 in syscall .../
+s/in __select64 (.*/in syscall .../
 
 #       4 expressions to cover glibc 2.27 way to do a select, such as
 #          * 1    Thread 5548 (tid 1 VgTs_WaitSys) 0x0000000004f6203f in __GI___select (
This page took 0.032676 seconds and 5 git commands to generate.