aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/config/jumps.c
Commit message (Expand)AuthorAgeFilesLines
* grt: add a SIGFPE handler for linux x86/64. Fix #2185Tristan Gingold2022-09-021-0/+4
* deleted pragma messagesGuiltybyte2022-06-091-2/+0
* Only enable backtrace on linux if glibc is presentGuiltybyte2022-06-091-1/+3
* update license headersumarcor2021-01-141-11/+9
* disable backtrace on android (#1142)umarcor2020-02-191-1/+1
* grt: also distinguish overflow from null access on linux x86-64Tristan Gingold2016-12-231-1/+1
* Always execute finalizers and end hooks after simulation.Tristan Gingold2016-03-191-1/+1
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-221-3/+15
* Add symbolizer (for mcode).Tristan Gingold2015-11-191-19/+85
* Fix build of jumps.c on i386/linux.Tristan Gingold2015-09-301-3/+9
* Tentatively fix win32 support.Tristan Gingold2015-09-121-13/+5
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-0/+171