index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libtools
/
signals.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a new memExist helper function and use it instead of getMmapped were it...
ptitSeb
2024-11-30
1
-2
/
+2
*
[TRACE] Show backtrace on emit_signal too if asked
ptitSeb
2024-11-29
1
-0
/
+30
*
Improved Signal handling ([ARM4_DYNAREC] too)
ptitSeb
2024-11-18
1
-8
/
+17
*
Smal adjustment in singal handling for no-execution error
ptitSeb
2024-11-16
1
-2
/
+2
*
[TRACE] More info on signal
ptitSeb
2024-11-15
1
-3
/
+4
*
[DYNAREC] Small chnage o hotpage detection to make it less sensitive
ptitSeb
2024-11-09
1
-2
/
+4
*
Improved getcontext/setcontext ([BOX32] too)
ptitSeb
2024-11-08
1
-3
/
+6
*
Removed a debug leftover
ptitSeb
2024-11-07
1
-1
/
+0
*
[BOX32] Improve errno handling, and added a few more libc wrapped functions
ptitSeb
2024-11-07
1
-0
/
+1
*
A bit more trace for emited signals
ptitSeb
2024-11-06
1
-0
/
+2
*
Silenced a signal message
ptitSeb
2024-11-05
1
-1
/
+1
*
Disabling memory bit test when pagesize is not 4K
ptitSeb
2024-11-05
1
-0
/
+2
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
1
-22
/
+71
*
Various box32 wrapped libs and script fixes (#1889)
rajdakin
2024-09-30
1
-3
/
+1
*
When showing opcode on SEGFAULT/SIGBUS, show if it's x86 or x64
ptitSeb
2024-09-09
1
-1
/
+1
*
[DYNAREC] Simplified a bit getX64Address utility function
ptitSeb
2024-09-09
1
-7
/
+4
*
Show x86opcode at segfault if segfault address is not pc
ptitSeb
2024-09-08
1
-1
/
+1
*
Added a small fix in signe handler ucntx construction
ptitSeb
2024-09-07
1
-0
/
+1
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-1
/
+14
*
Improved exception/int 3 handling
ptitSeb
2024-07-21
1
-4
/
+5
*
Changed how TRAPNO 12 is triggered
ptitSeb
2024-07-16
1
-4
/
+5
*
Fix signal stack handling on reentrant signal when using SigAltStack
ptitSeb
2024-07-13
1
-3
/
+1
*
[TRACE] Fixed some issue with function name printing
ptitSeb
2024-07-13
1
-12
/
+12
*
Removed debug leftover
ptitSeb
2024-07-12
1
-2
/
+2
*
Fixed flaky signal handler on 32bits code (mainly for Wine with new Wow64)
ptitSeb
2024-07-12
1
-4
/
+17
*
fix some spelling (#1668)
josch
2024-07-10
1
-1
/
+1
*
Fixes (#1659)
rajdakin
2024-07-09
1
-1
/
+1
*
[INTERPRETER] my first avx opcode
ptitSeb
2024-05-26
1
-6
/
+7
*
[ARM64] Add 1 more case of unaligned device memory access handling, plus bett...
ptitSeb
2024-05-04
1
-1
/
+35
*
[DYNAREC] Re-introduce a simple HotPage handling, to speedup heavily obfuscat...
ptitSeb
2024-05-03
1
-0
/
+1
*
Fixed a few warning here and there...
ptitSeb
2024-04-13
1
-1
/
+2
*
[TRACE] Slighlty better log when emiting SIGILL
ptitSeb
2024-03-10
1
-0
/
+5
*
[ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on a...
ptitSeb
2024-03-08
1
-0
/
+51
*
[ARM64] Added 1 more special case of SIGBUS when accessing device memory (Hel...
ptitSeb
2024-03-07
1
-0
/
+16
*
[LA64_DYNAREC] Added more opcodes and more fixes, SuperHexagon is working (#1...
Yang Liu
2024-03-03
1
-4
/
+4
*
[LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that w...
ptitSeb
2024-02-28
1
-9
/
+9
*
LARCH64 dynarec (#1295)
Haichen Wu
2024-02-28
1
-0
/
+15
*
Small changes in signal safe function handling
ptitSeb
2024-02-24
1
-2
/
+2
*
Hardened the my_sigaltstack wrapped function
ptitSeb
2024-02-22
1
-10
/
+23
*
[TRACE] Slightly better trace for dynarec block writing on own page
ptitSeb
2024-02-20
1
-1
/
+1
*
[ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...
ptitSeb
2024-02-15
1
-4
/
+5
*
[ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258)
KreitinnSoftware
2024-02-10
1
-2
/
+5
*
Fixed a warning
ptitSeb
2024-02-07
1
-1
/
+1
*
[DYNAREC] Reworked a bit the Strange SEGSIGV handling
ptitSeb
2024-02-03
1
-2
/
+8
*
[TRACE] Slightly better trace for some dynarec runtime issues
ptitSeb
2024-01-29
1
-2
/
+2
*
[DYNAREC] Narrow the cases for Strange SIGSEGV to protextion with READ & WIRTE
ptitSeb
2024-01-28
1
-1
/
+1
*
Make sure Stack is aligned properly... (should help #1187 and ~1188)
ptitSeb
2024-01-22
1
-2
/
+4
*
Reworked exit, unloading libs and running Fini as it should (plus a workaroun...
ptitSeb
2024-01-19
1
-1
/
+2
*
Fixes (#1207)
rajdakin
2024-01-18
1
-2
/
+2
*
Fixed an issue with a failsafe that was not working
ptitSeb
2024-01-18
1
-2
/
+2
[next]