util: turn off thread-events in proposed gdbinit

This commit is contained in:
Daniel Kochmański 2024-12-05 14:06:31 +01:00
parent 8d6a9ab3f0
commit 0d8720dd49

View file

@ -12,6 +12,7 @@ break FEundefined_function
break FEwrong_type_argument
break FEinvalid_function
set confirm off
set print thread-events off
handle SIGBUS nostop
handle SIGPWR nostop pass noprint
handle SIGXCPU nostop pass noprint