about summary refs log tree commit diff stats
path: root/src/libtools/signals.c (follow)
Commit message (Collapse)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 ↵ptitSeb2025-01-111-27/+83
| | | | regeration of code
* [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. ↵ptitSeb2025-01-051-130/+36
| | | | [ARM64_DYNAREC] Fixed some case of nat flags being incorectly used
* [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 ↵ptitSeb2024-12-181-0/+34
| | | | pointer address not 32bits compatible)
* [RV64_DYNAREC] New register mapping (#2139)Yang Liu2024-12-121-35/+35
| | | | | * [RV64_DYNAREC] New register mapping * Fix
* [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 ↵ptitSeb2024-11-301-2/+2
| | | | it make sense
* [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
| | | | | | | * [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures * [WRAPPED32] Added back xdr functions * [WRAPPED32] Forgot to regenerate wrappers
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve the ReserveHigMemory helper function * [BOX32] Added some wrapping infrastructure * [BOX32] More wrapped 32bits lib infrastructure * [BOX32] Added callback and tls 32bits handling * [BOX32] Added more 32bits, around wrappers and elfs * [BOX32] Added the 32bits version of myalign * [BOX32] More wrapped libs and 32bits fixes and imrpovments * [BOX32] Added some 32bits tests * [BOX32] Try to enable some Box32 build and test on the CI * [BOX32] Disable Box32 testing on CI platform that use qemu * [BOX32] Another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Small fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Yet another fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Fixed a typo in CI script * [BOX32] Better scratch alighnment and enabled more tests * [BOX32] Added (partial) wrapped 32bits librt * [BOX32] Added mention of Box32 in README * [BOX32] Added phtread handling, and numerous fixes to 32bits handling. [ARM64_DYNAREC] Fixed access to segment with negative offset * [BOX32] Added system libs and cpp testing, plus some more fixes * [BOX32] Fix previous commit * [BOX32] Better stack adjustment for 32bits processes * [BOX32] Added getenv wrapped 32bits function and friends * [BOX32] Don't look for box86 for a Box32 build * [BOX32] Don't do 32bits cppThreads test for now on CI * [BOX32] Enabled a few more 32bits tests * [BOX32] For ld_lib_path for both CppThreads tests * [BOX32] [ANDROID] Some Fixes for Android Build * [BOX32] Still need to disable cppThread_32bits test on CI for some reason * [BOX32] [ANDROID] Don't show PreInit Array Warning (#1751) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to … (#1752) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to push before * [BOX32] [ANDROID] Try to Create __libc_init * [BOX32] [ANDROID] Try to disable NEEDED_LIBS for now (libdl is not wrapped) * [BOX32] Updated generated files * [BOX32] Added 32bits context functions * [BOX32] Added 32bits signal handling * [BOX32] Added some missing 32bits elfloader functions * [BOX32] Fix build on x86_64 machine * [BOX32] Better fix for x86_64 build * [BOX32] Actually added missing libs, and re-enabled cppThreads_32bits test * [BOX32] Added wrapped 32bits libdl * [BOX32] Try to re-enabled Box32 test on CI for ARM64 builds * [BOX32] fine-tuning Box32 test on CI for ARM64 builds * [BOX32] More fine-tuning to Box32 test on CI for ARM64 builds * [BOX32] Enabled Box32 test on CI for LA64 and RV64 builds too * [BOX32] re-Disabled Box32 test on CI for LA64 and RV64 builds, not working for now * [BOX32] Temporarily disabled cppThreads_32bits test on CI --------- Co-authored-by: KreitinnSoftware <pablopro5051@gmail.com> Co-authored-by: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com>
* 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
|