summaryrefslogtreecommitdiff
path: root/gdbinit
diff options
context:
space:
mode:
Diffstat (limited to 'gdbinit')
-rw-r--r--gdbinit3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdbinit b/gdbinit
index b66e3e249..812f04b59 100644
--- a/gdbinit
+++ b/gdbinit
@@ -1,5 +1,8 @@
# -*- GDB-Script -*-
+handle SIGPWR noprint nostop
+handle SIGXCPU noprint nostop
+
define newline
call (void)scm_newline (scm_current_error_port ())
end