Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grt: add a SIGFPE handler for linux x86/64. Fix #2185 | Tristan Gingold | 2022-09-02 | 1 | -0/+4 |
| | |||||
* | deleted pragma messages | Guiltybyte | 2022-06-09 | 1 | -2/+0 |
| | |||||
* | Only enable backtrace on linux if glibc is present | Guiltybyte | 2022-06-09 | 1 | -1/+3 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | disable backtrace on android (#1142) | umarcor | 2020-02-19 | 1 | -1/+1 |
| | |||||
* | grt: also distinguish overflow from null access on linux x86-64 | Tristan Gingold | 2016-12-23 | 1 | -1/+1 |
| | | | | Fix #232 | ||||
* | Always execute finalizers and end hooks after simulation. | Tristan Gingold | 2016-03-19 | 1 | -1/+1 |
| | | | | Fix for issue45. | ||||
* | backtrace: add support for windows and for llvm (via libbacktrace). | Tristan Gingold | 2015-11-22 | 1 | -3/+15 |
| | |||||
* | Add symbolizer (for mcode). | Tristan Gingold | 2015-11-19 | 1 | -19/+85 |
| | | | | Display a backtrace in case of failed check or assert failure. | ||||
* | Fix build of jumps.c on i386/linux. | Tristan Gingold | 2015-09-30 | 1 | -3/+9 |
| | |||||
* | Tentatively fix win32 support. | Tristan Gingold | 2015-09-12 | 1 | -13/+5 |
| | |||||
* | Suppress stack switching; save process state in secondary stack. | Tristan Gingold | 2015-09-04 | 1 | -0/+171 |