Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Add GDB support for debugging preemptive kernel
Browse files Browse the repository at this point in the history
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1766 38d2e660-2303-0410-9eaa-f027e97ec537
  • Loading branch information
bernie committed Aug 31, 2008
1 parent 14405b3 commit 68d5708
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gdbinit
@@ -0,0 +1,3 @@
# The preemptive task switching interferes with debugging
handle SIGUSR1 nostop noprint pass
handle SIGALRM nostop noprint pass

0 comments on commit 68d5708

Please sign in to comment.