Add .gdbinit config file

Set to ignore SIGSEGV and SIGPIPE signals.
This commit is contained in:
Nekotekina 2020-11-12 23:29:36 +03:00
parent 1378645413
commit 50d80c64fa
1 changed files with 2 additions and 0 deletions

2
.gdbinit Normal file
View File

@ -0,0 +1,2 @@
handle SIGSEGV nostop noprint
handle SIGPIPE nostop noprint