about summary refs log tree commit diff stats
path: root/src/libtools/signals.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ANDROID] And again another attempt to fix the buildptitSeb2023-09-021-0/+4
* [ANDROID] More change to android/dynarec buildptitSeb2023-09-021-0/+4
* [ANDROID] Try to create an Android build, porting box86 Android buildptitSeb2023-09-021-0/+4
* [DYNAREC] Do not use dynarec in signal handling unless CUSTOM_MALLOC for Dyna...ptitSeb2023-08-271-0/+5
* Improved jmpbuff handling a bitptitSeb2023-08-131-7/+7
* [DYNAREC] Added more info when FillBlock generate a segfaultptitSeb2023-07-231-0/+1
* Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)ptitSeb2023-07-221-4/+29
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Fixed non dynarec buildptitSeb2023-07-081-22/+19
* | Simplyfied internal jmpbuf handlingptitSeb2023-07-081-29/+47
* | But sigaction debug message back to LOG_DEBUG levelptitSeb2023-07-061-1/+1
* | Small improvement to Signal Handling, and put back trace of Syscall/Sigaction...ptitSeb2023-06-301-4/+7
* | Reworked a bit privileged instruction ([32BITS] too)(ARM64_DYNAREC] too)ptitSeb2023-06-271-1/+1
* | [32BITS] Some work on signal handling from 32bits code (not enough yet)ptitSeb2023-06-181-6/+11
* | Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-181-2/+6
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-0/+7
* | Handle chained sigaction (for #829)ptitSeb2023-06-101-5/+9
* | Fixed some potential issues when signal occurs with a (near) bad rspptitSeb2023-05-251-2/+2
* | Added partial support for TF flags (should help with eroneous debugger detect...ptitSeb2023-05-241-0/+4
* | Optimized Exit bridge managmentptitSeb2023-05-101-1/+1
* | Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-2/+2
* | [DYNAREC] Use Dynarec on Signal function when possibleptitSeb2023-05-071-6/+14
* | [DYNAREC] Disabled custom mutex for nowptitSeb2023-05-071-14/+28
* | [DYNAREC] Made FASTPAGE more agressiveptitSeb2023-05-061-1/+1
* | [ARM64_DYNAREC] Small improvment for signal handlingptitSeb2023-05-041-2/+4
* | [DYNAREC] Improve handling of running block getting dirty while executingptitSeb2023-05-041-2/+3
|/
* Do less stuff in signal if it will not be printed outptitSeb2023-04-171-47/+49
* Do not compute name and other info if they are not shown on signalptitSeb2023-04-161-5/+7
* [DYNAREC] General fixes and improvment for multithread and jit program. Helps...ptitSeb2023-04-161-4/+9
* [DYNAREC] More improvement to TEST_DYNARECptitSeb2023-03-311-0/+1
* [DYNAREC] Improved TEST_INTERPRETER with inter-block testingptitSeb2023-03-281-0/+9
* Rv64 dynarec (#550)ptitSeb2023-03-121-0/+75
* [RISCV] Get pc from ucontext_t for RV64Yang Liu2023-03-061-0/+2
* Made the Signal workaround more generic, so it can be used by Termux userptitSeb2023-03-051-1/+1
* [RK3588] Made Workaround also working on non-dynarec build (just in case...)ptitSeb2023-02-261-6/+6
* Made the Signal workaround specific to RK3588ptitSeb2023-02-261-0/+3
* Try to improved the Workaround, to make it more genericptitSeb2023-02-251-1/+6
* [STEAM] Added a workaround for issue with steamwebhelper running on Armbian (...ptitSeb2023-02-251-1/+1
* Merge branch 'main' into steam_chromeptitSeb2023-02-201-1/+4
|\
| * [DYNAREC] Directly run program Segfault handler for Access Error with PROT_DY...ptitSeb2023-02-201-1/+4
* | Merge branch 'main' into steam_chromeptitSeb2023-02-191-5/+5
|\|
| * Simplified dynablock handling (reduced memory consuption)ptitSeb2023-02-191-5/+5
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-181-3/+2
|/
* Fix non-Dynarec buildsptitSeb2023-02-181-0/+2
* Force show Backtrace when SIGABRT is trapped (still depending on SHOWSEGV/LOG...ptitSeb2023-02-181-1/+2
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-71/+134
* [DYNAREC] Don't forget to Cancel the block itself before bailling out of a fa...ptitSeb2023-02-141-0/+1
* Fix non-dynarec buildsptitSeb2023-02-121-0/+6
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-20/+24