1
0
mirror of https://github.com/RPCS3/rpcs3 synced 2024-07-03 08:08:42 +00:00
rpcs3/.gdbinit
Nekotekina 50d80c64fa Add .gdbinit config file
Set to ignore SIGSEGV and SIGPIPE signals.
2020-11-12 23:43:38 +03:00

3 lines
60 B
Plaintext

handle SIGSEGV nostop noprint
handle SIGPIPE nostop noprint