about summary refs log tree commit diff stats
path: root/src/libtools/signals.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [TRACE] Added TID on Strange SIGSEGV with Access Error messageptitSeb2025-01-181-3/+3
* [TRACE] Fixed a typo in a debug messageptitSeb2025-01-171-1/+1
* [DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use itptitSeb2025-01-151-1/+1
* [ARM64_DYNAREC] Added unaligned code for F3 0F 7F opcodeptitSeb2025-01-151-2/+2
* Small improvment on signal handling and db/x64pc fetchingptitSeb2025-01-141-21/+29
* This should fix the non-dynarec buildptitSeb2025-01-131-3/+4
* Try to improve full x86 state gathering on SignalptitSeb2025-01-131-5/+13
* [SIGNAL][RV64] Supported more opcodes for special cases (#2253)Yang Liu2025-01-111-2/+2
* This should fix non-Dynarec buildsptitSeb2025-01-111-3/+1
* Another attempt at fixing non-Dynarec buildsptitSeb2025-01-111-0/+6
* This should fix non-Dynarec buildsptitSeb2025-01-111-2/+4
* [ARM64_DYNAREC] Better handling unaligned access to device memory, with reger...ptitSeb2025-01-111-27/+83
* [SIGNAL][RV64] Added special unaligned cases handling (#2248)Yang Liu2025-01-101-1/+45
* [TRACE] Small change in Double segfault traceptitSeb2025-01-071-2/+12
* [DYNAREC] Imroved log on signal and flags/sse info gathering. [ARM64_DYNAREC]...ptitSeb2025-01-051-130/+36
* [ARM64_DYNAREC] Fixed native flags with signal, and added sse handlingptitSeb2025-01-021-0/+3
* [BOX32] Fixed buildptitSeb2024-12-311-1/+1
* [ARM64_DYNAREC] Improved signal handling and flags handling (tbd on other archs)ptitSeb2024-12-311-46/+131
* [ANDROID] Another attempt at fixing the buildptitSeb2024-12-271-8/+0
* [ANDROID] Fix buildptitSeb2024-12-271-4/+0
* [ANDROID] Try to fix signal handling on androidptitSeb2024-12-271-0/+12
* [DYNAREC] Some light rework of the hotpage handlingptitSeb2024-12-231-13/+1
* Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)ptitSeb2024-12-201-7/+18
* Added an helper function to abort and backtrace (used in [BOX32] when pointer...ptitSeb2024-12-181-0/+34
* [RV64_DYNAREC] New register mapping (#2139)Yang Liu2024-12-121-35/+35
* [NON4KPAGE] Some more adjustments for non-4Kpagesize system (should help #2110)ptitSeb2024-12-051-4/+4
* Fix X64 buildptitSeb2024-12-031-0/+1
* Improved signal handling ([BOX32] Too)ptitSeb2024-12-031-19/+18
* Added a new memExist helper function and use it instead of getMmapped were it...ptitSeb2024-11-301-2/+2
* [TRACE] Show backtrace on emit_signal too if askedptitSeb2024-11-291-0/+30
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-181-8/+17
* Smal adjustment in singal handling for no-execution errorptitSeb2024-11-161-2/+2
* [TRACE] More info on signalptitSeb2024-11-151-3/+4
* [DYNAREC] Small chnage o hotpage detection to make it less sensitiveptitSeb2024-11-091-2/+4
* Improved getcontext/setcontext ([BOX32] too)ptitSeb2024-11-081-3/+6
* Removed a debug leftoverptitSeb2024-11-071-1/+0
* [BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb2024-11-071-0/+1
* A bit more trace for emited signalsptitSeb2024-11-061-0/+2
* Silenced a signal messageptitSeb2024-11-051-1/+1
* Disabling memory bit test when pagesize is not 4KptitSeb2024-11-051-0/+2
* Improve handling of memory protection, and excution bitptitSeb2024-11-041-22/+71
* Various box32 wrapped libs and script fixes (#1889)rajdakin2024-09-301-3/+1
* When showing opcode on SEGFAULT/SIGBUS, show if it's x86 or x64ptitSeb2024-09-091-1/+1
* [DYNAREC] Simplified a bit getX64Address utility functionptitSeb2024-09-091-7/+4
* Show x86opcode at segfault if segfault address is not pcptitSeb2024-09-081-1/+1
* Added a small fix in signe handler ucntx constructionptitSeb2024-09-071-0/+1
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-1/+14
* Improved exception/int 3 handlingptitSeb2024-07-211-4/+5
* Changed how TRAPNO 12 is triggeredptitSeb2024-07-161-4/+5
* Fix signal stack handling on reentrant signal when using SigAltStackptitSeb2024-07-131-3/+1