Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ebf25
)
util: gdbinit ignores GC signals
author
Daniel Kochmański
<daniel@turtleware.eu>
Wed, 19 Aug 2015 07:15:11 +0000
(09:15 +0200)
committer
Daniel Kochmański
<daniel@turtleware.eu>
Wed, 19 Aug 2015 07:15:11 +0000
(09:15 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
src/util/gdbinit
patch
|
blob
|
blame
|
history
diff --git
a/src/util/gdbinit
b/src/util/gdbinit
index
668c8a6
..
99b17f7
100644
(file)
--- a/
src/util/gdbinit
+++ b/
src/util/gdbinit
@@
-13,6
+13,8
@@
break FEwrong_type_argument
break FEinvalid_function
set confirm off
handle SIGBUS nostop
+handle SIGPWR nostop pass noprint
+handle SIGXCPU nostop pass noprint
handle EXC_BAD_ACCESS nostop pass noprint