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
...
*
[TRACE] Added TID on Strange SIGSEGV with Access Error message
ptitSeb
2025-01-18
1
-3
/
+3
*
[TRACE] Fixed a typo in a debug message
ptitSeb
2025-01-17
1
-1
/
+1
*
[DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use it
ptitSeb
2025-01-15
1
-1
/
+1
*
[ARM64_DYNAREC] Added unaligned code for F3 0F 7F opcode
ptitSeb
2025-01-15
1
-2
/
+2
*
Small improvment on signal handling and db/x64pc fetching
ptitSeb
2025-01-14
1
-21
/
+29
*
This should fix the non-dynarec build
ptitSeb
2025-01-13
1
-3
/
+4
*
Try to improve full x86 state gathering on Signal
ptitSeb
2025-01-13
1
-5
/
+13
*
[SIGNAL][RV64] Supported more opcodes for special cases (#2253)
Yang Liu
2025-01-11
1
-2
/
+2
*
This should fix non-Dynarec builds
ptitSeb
2025-01-11
1
-3
/
+1
*
Another attempt at fixing non-Dynarec builds
ptitSeb
2025-01-11
1
-0
/
+6
*
This should fix non-Dynarec builds
ptitSeb
2025-01-11
1
-2
/
+4
*
[ARM64_DYNAREC] Better handling unaligned access to device memory, with reger...
ptitSeb
2025-01-11
1
-27
/
+83
*
[SIGNAL][RV64] Added special unaligned cases handling (#2248)
Yang Liu
2025-01-10
1
-1
/
+45
*
[TRACE] Small change in Double segfault trace
ptitSeb
2025-01-07
1
-2
/
+12
*
[DYNAREC] Imroved log on signal and flags/sse info gathering. [ARM64_DYNAREC]...
ptitSeb
2025-01-05
1
-130
/
+36
*
[ARM64_DYNAREC] Fixed native flags with signal, and added sse handling
ptitSeb
2025-01-02
1
-0
/
+3
*
[BOX32] Fixed build
ptitSeb
2024-12-31
1
-1
/
+1
*
[ARM64_DYNAREC] Improved signal handling and flags handling (tbd on other archs)
ptitSeb
2024-12-31
1
-46
/
+131
*
[ANDROID] Another attempt at fixing the build
ptitSeb
2024-12-27
1
-8
/
+0
*
[ANDROID] Fix build
ptitSeb
2024-12-27
1
-4
/
+0
*
[ANDROID] Try to fix signal handling on android
ptitSeb
2024-12-27
1
-0
/
+12
*
[DYNAREC] Some light rework of the hotpage handling
ptitSeb
2024-12-23
1
-13
/
+1
*
Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)
ptitSeb
2024-12-20
1
-7
/
+18
*
Added an helper function to abort and backtrace (used in [BOX32] when pointer...
ptitSeb
2024-12-18
1
-0
/
+34
*
[RV64_DYNAREC] New register mapping (#2139)
Yang Liu
2024-12-12
1
-35
/
+35
*
[NON4KPAGE] Some more adjustments for non-4Kpagesize system (should help #2110)
ptitSeb
2024-12-05
1
-4
/
+4
*
Fix X64 build
ptitSeb
2024-12-03
1
-0
/
+1
*
Improved signal handling ([BOX32] Too)
ptitSeb
2024-12-03
1
-19
/
+18
*
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
[prev]
[next]