We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9a426 commit 69b931eCopy full SHA for 69b931e
1 file changed
gdbserver_tests/filter_gdb.in
@@ -137,6 +137,12 @@ s/in _dl_sysinfo_int80 () from \/lib\/ld-linux.so.*/in syscall .../
137
# in __syscall_cancel_arch is just in a syscall
138
s/in __syscall_cancel_arch .*/in syscall .../
139
140
+# as is just __syscall_cancel_arch
141
+s/__syscall_cancel_arch .*/0x........ in syscall .../
142
+
143
+# gdb with source might figure out there is just a ret instruction
144
+/^[1-9][0-9\t ]*ret$/d
145
146
# do_syscall is in syscall
147
s/__libc_do_syscall ().*/0x........ in syscall .../
148
0 commit comments