From 05544d12c97477786c795be514b81cb3c64d327f Mon Sep 17 00:00:00 2001 From: prife Date: Tue, 22 Jan 2013 17:45:06 +0800 Subject: [PATCH] add .gdbinit to bsp/simulator --- bsp/simulator/.gdbinit | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bsp/simulator/.gdbinit diff --git a/bsp/simulator/.gdbinit b/bsp/simulator/.gdbinit new file mode 100644 index 0000000000..6f2b3af506 --- /dev/null +++ b/bsp/simulator/.gdbinit @@ -0,0 +1,3 @@ +handle SIGUSR1 nostop noignore noprint +handle SIGUSR2 nostop noignore noprint +handle SIGALRM nostop noignore noprint