1
0
mirror of https://github.com/RPCS3/rpcs3 synced 2024-06-29 06:04:23 +00:00

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

2
.gdbinit Normal file
View File

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