Add GDB support for debugging preemptive kernel
[bertos.git] / .gdbinit
diff --git a/.gdbinit b/.gdbinit
new file mode 100644 (file)
index 0000000..6ed18db
--- /dev/null
+++ b/.gdbinit
@@ -0,0 +1,3 @@
+# The preemptive task switching interferes with debugging
+handle SIGUSR1 nostop noprint pass
+handle SIGALRM nostop noprint pass