about summary refs log tree commit diff stats
path: root/src/emu/x64int3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated many compilation warnings (#2535)Yang Liu2025-04-151-2/+2
* Moved emit functions to seperate files from signals.h (#2516)Yang Liu2025-04-091-1/+1
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-2/+2
* Moved some emit functions to os.h (#2494)Yang Liu2025-04-021-1/+1
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+1
* Added os.h for future usage (#2488)Yang Liu2025-04-011-6/+1
* Added auto-generated x64Int3 printer (#2311)Yang Liu2025-02-021-4/+6
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-15/+15
* Slightly better way to decode wrappersptitSeb2024-11-211-1/+6
* Fixed a small typoptitSeb2024-11-061-1/+1
* [TRACE] Btter trace for ioctlptitSeb2024-10-041-6/+9
* [TRACE] Some better trace for a few function callptitSeb2024-09-191-0/+10
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-1/+13
* [BOX32] prepare elfheader_t structure for 32bits elfsptitSeb2024-08-171-3/+3
* [TRACE] Better trace for libc syscallptitSeb2024-08-151-2/+5
* Improved exception/int 3 handlingptitSeb2024-07-211-3/+4
* Cosmetic changeptitSeb2024-07-041-3/+3
* Handle `.relr.dyn` section (#1626)Yip Coekjan2024-07-021-1/+1
* [TRACE] Better trace for (f)getxattrptitSeb2024-03-081-0/+6
* Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)ptitSeb2024-01-271-3/+5
* Rollback vfork changes, it broke SlayTheSpire, and probably other too (for #1...ptitSeb2024-01-271-3/+6
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-191-5/+3
* [TRACE] Better trace for read wrapped functionptitSeb2024-01-021-1/+15
* [TRACE] Improve function name retreival in LOG=2 tracesptitSeb2023-12-181-13/+30
* [INTERPRETER] Trigger a trap exception when CC is encounteredptitSeb2023-12-051-3/+4
* [TRACE] Show mmap size in hexptitSeb2023-11-051-1/+1
* Some more rollback on tls destructor (more work needed on threads cleanup han...ptitSeb2023-10-171-3/+3
* [TRACE] Better trace for mmap errorptitSeb2023-10-131-0/+4
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | [TRACE] Improved again trace on PltResolverptitSeb2023-05-101-1/+1
* | [TRACE] Improved trace on PltResolverptitSeb2023-05-101-1/+13
* | [TRACE] Improved/Fixed vfprintf detailled traceptitSeb2023-05-101-2/+6
* | [TRACE] Better log for execv on Rolling logptitSeb2023-05-081-0/+4
|/
* Some sligth improvment to __vsnprintf_chk and vfprintfptitSeb2023-04-191-3/+3
* Better trace for vfprintfptitSeb2023-04-101-0/+3
* [TRACE] Better debug info for ov_read functionptitSeb2023-03-201-0/+2
* [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...ptitSeb2023-02-121-6/+9
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-1/+1
* Reset Segment cache when changing TLS addressptitSeb2022-12-171-0/+1
* [TRACE] Small improvments to function call traceptitSeb2022-12-111-55/+57
* Improve (non-libc) syscall, and added a few new onesptitSeb2022-11-221-0/+5
* Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ...ptitSeb2022-11-131-0/+13
* Malloc override (#437)ptitSeb2022-10-291-1/+4
* More flexibility for BOX64_ROLLING_LOGptitSeb2022-10-261-1/+1
* More fixes and improvment to bash handling (helps #360)ptitSeb2022-09-181-1/+1
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-11/+22
* Small improvment to BOX64_ROLLING_LOG=1ptitSeb2022-07-301-2/+2
* Better trace for readlinkptitSeb2022-07-301-0/+4
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-4/+12