gdbinit: add ignore clause for SIG35

Another real-time even often raised in scylla, making debugging a live
process annoying.

Closes #12507
This commit is contained in:
Botond Dénes
2023-01-12 12:07:24 +02:00
committed by Avi Kivity
parent 7a8a442c1e
commit 8a86f8d4ef

View File

@@ -1,6 +1,7 @@
# Recommended .gdbinit for debugging scylla
# See docs/dev/debugging.md for more information
handle SIG34 pass noprint
handle SIG35 pass noprint
handle SIGUSR1 pass noprint
set print pretty
set python print-stack full