about summary refs log tree commit diff stats
path: root/src/include/signals.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-091-5/+0
* Added backtrace.h for holding backtrace-related functions (#2515)Yang Liu2025-04-091-2/+0
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-021-0/+3
* [TRACE] Improved native backtrace, and create a function so it can be use els...ptitSeb2025-03-171-0/+2
* [ANDROID] Another attempt at fixing the buildptitSeb2024-12-271-11/+11
* [ANDROID] Fix buildptitSeb2024-12-271-10/+10
* [ANDROID] Fixed definition of android_sigaction_tptitSeb2024-12-271-1/+1
* [ANDROID] Try to fix signal handling on androidptitSeb2024-12-271-0/+12
* Improve handling of memory protection, and excution bitptitSeb2024-11-041-0/+1
* [BOX32] More work on various wrapper, and some bug fixesptitSeb2024-10-061-2/+2
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-311-0/+23
* [INTERPRETER] Added addling to divide by 0 exceptionptitSeb2023-12-051-0/+1
* Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)ptitSeb2023-07-221-0/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+1
|/
* use sighandler_t instead of __sighandler_t so it compiles for musl (#500)Steven Vanden Branden2023-01-201-3/+3
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-0/+41