diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-24 13:33:03 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-24 13:33:03 +0000 |
commit | 561804ca61e93772e265a913b4a35f4cfd37c461 (patch) | |
tree | 6e760f13e9ddbdf5813736226a8beda422bc384d /.gdbargs | |
parent | 6112fadab13aa7971ed34709759141529194edac (diff) |
Make gdb ignore sighup too
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6100 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.gdbargs')
-rw-r--r-- | .gdbargs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ handle SIGPIPE pass nostop noprint +handle SIGHUP pass nostop noprint run |