about summary refs log tree commit diff stats
path: root/src/os/emit_signals_linux.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved handling of TF flagptitSeb2025-08-271-0/+9
|
* Some handling of case where signal numbers differs between native and x64 ↵ptitSeb2025-07-231-16/+15
| | | | archs (not complete, missing sigset conversions)
* Revert using getProtection_fast in CheckExec to avoid rare (or less rare in ↵ptitSeb2025-06-021-1/+1
| | | | Interp) lockup
* [ARM64_DYNAREC] Try to optimise Windows INT n version on 64bits (TODO: ↵ptitSeb2025-05-301-1/+146
| | | | Interp and 32bits and wowbox64)
* [TRACE] Reduce the noise when using SHOWSEGV=1 on Winde programsptitSeb2025-05-151-1/+1
|
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-091-0/+144