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
/
emu
/
x64int3.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminated many compilation warnings (#2535)
Yang Liu
2025-04-15
1
-2
/
+2
*
Moved emit functions to seperate files from signals.h (#2516)
Yang Liu
2025-04-09
1
-1
/
+1
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-2
/
+2
*
Moved some emit functions to os.h (#2494)
Yang Liu
2025-04-02
1
-1
/
+1
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-1
/
+1
*
Added os.h for future usage (#2488)
Yang Liu
2025-04-01
1
-6
/
+1
*
Added auto-generated x64Int3 printer (#2311)
Yang Liu
2025-02-02
1
-4
/
+6
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-15
/
+15
*
Slightly better way to decode wrappers
ptitSeb
2024-11-21
1
-1
/
+6
*
Fixed a small typo
ptitSeb
2024-11-06
1
-1
/
+1
*
[TRACE] Btter trace for ioctl
ptitSeb
2024-10-04
1
-6
/
+9
*
[TRACE] Some better trace for a few function call
ptitSeb
2024-09-19
1
-0
/
+10
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-1
/
+13
*
[BOX32] prepare elfheader_t structure for 32bits elfs
ptitSeb
2024-08-17
1
-3
/
+3
*
[TRACE] Better trace for libc syscall
ptitSeb
2024-08-15
1
-2
/
+5
*
Improved exception/int 3 handling
ptitSeb
2024-07-21
1
-3
/
+4
*
Cosmetic change
ptitSeb
2024-07-04
1
-3
/
+3
*
Handle `.relr.dyn` section (#1626)
Yip Coekjan
2024-07-02
1
-1
/
+1
*
[TRACE] Better trace for (f)getxattr
ptitSeb
2024-03-08
1
-0
/
+6
*
Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)
ptitSeb
2024-01-27
1
-3
/
+5
*
Rollback vfork changes, it broke SlayTheSpire, and probably other too (for #1...
ptitSeb
2024-01-27
1
-3
/
+6
*
Reworked exit, unloading libs and running Fini as it should (plus a workaroun...
ptitSeb
2024-01-19
1
-5
/
+3
*
[TRACE] Better trace for read wrapped function
ptitSeb
2024-01-02
1
-1
/
+15
*
[TRACE] Improve function name retreival in LOG=2 traces
ptitSeb
2023-12-18
1
-13
/
+30
*
[INTERPRETER] Trigger a trap exception when CC is encountered
ptitSeb
2023-12-05
1
-3
/
+4
*
[TRACE] Show mmap size in hex
ptitSeb
2023-11-05
1
-1
/
+1
*
Some more rollback on tls destructor (more work needed on threads cleanup han...
ptitSeb
2023-10-17
1
-3
/
+3
*
[TRACE] Better trace for mmap error
ptitSeb
2023-10-13
1
-0
/
+4
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
[TRACE] Improved again trace on PltResolver
ptitSeb
2023-05-10
1
-1
/
+1
*
|
[TRACE] Improved trace on PltResolver
ptitSeb
2023-05-10
1
-1
/
+13
*
|
[TRACE] Improved/Fixed vfprintf detailled trace
ptitSeb
2023-05-10
1
-2
/
+6
*
|
[TRACE] Better log for execv on Rolling log
ptitSeb
2023-05-08
1
-0
/
+4
|
/
*
Some sligth improvment to __vsnprintf_chk and vfprintf
ptitSeb
2023-04-19
1
-3
/
+3
*
Better trace for vfprintf
ptitSeb
2023-04-10
1
-0
/
+3
*
[TRACE] Better debug info for ov_read function
ptitSeb
2023-03-20
1
-0
/
+2
*
[DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...
ptitSeb
2023-02-12
1
-6
/
+9
*
Refactored (again) lib init/fini mecanism
ptitSeb
2023-01-01
1
-1
/
+1
*
Reset Segment cache when changing TLS address
ptitSeb
2022-12-17
1
-0
/
+1
*
[TRACE] Small improvments to function call trace
ptitSeb
2022-12-11
1
-55
/
+57
*
Improve (non-libc) syscall, and added a few new ones
ptitSeb
2022-11-22
1
-0
/
+5
*
Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ...
ptitSeb
2022-11-13
1
-0
/
+13
*
Malloc override (#437)
ptitSeb
2022-10-29
1
-1
/
+4
*
More flexibility for BOX64_ROLLING_LOG
ptitSeb
2022-10-26
1
-1
/
+1
*
More fixes and improvment to bash handling (helps #360)
ptitSeb
2022-09-18
1
-1
/
+1
*
Chenged Interpretor so RIP is updated on opcode success (better precision for...
ptitSeb
2022-08-06
1
-11
/
+22
*
Small improvment to BOX64_ROLLING_LOG=1
ptitSeb
2022-07-30
1
-2
/
+2
*
Better trace for readlink
ptitSeb
2022-07-30
1
-0
/
+4
*
Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal
ptitSeb
2022-07-30
1
-4
/
+12
[next]