about summary refs log tree commit diff stats
path: root/src/include/debug.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)ptitSeb2024-01-271-0/+1
|
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ↵ptitSeb2024-01-231-0/+1
| | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles)
* [ARM64_DYNAREC] Attempt to use FRINTTS extensionptitSeb2024-01-051-0/+1
|
* [MEMORY] Switched from a sparse array to a red-black tree (#1180)rajdakin2023-12-311-2/+0
| | | | | * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build
* Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and ↵ptitSeb2023-12-211-0/+1
| | | | created profile for wine, wine64 and GridAutosport using it
* Fix for non-dynarec buildptitSeb2023-12-061-1/+1
|
* Added full support for the SHA cpu extensionptitSeb2023-11-211-0/+2
|
* Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb2023-11-101-0/+1
|
* Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb2023-11-051-0/+1
|
* [INTERP] Fix fpu_round (#1030)Yang Liu2023-10-251-0/+1
| | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build
* [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensionsptitSeb2023-10-181-0/+2
|
* [ARM64_DYNAREC] More changes to Strong memory model emulationptitSeb2023-10-181-0/+1
|
* [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICSptitSeb2023-10-171-0/+1
|
* Added BOX64_SDL2_JGUID, a workaround for game using old ↵ptitSeb2023-10-111-0/+1
| | | | SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018)
* [ANDROID] Fix buildptitSeb2023-09-301-1/+3
|
* [ANDROID] No mallochack on AndroidptitSeb2023-09-301-7/+6
|
* [RV64_DYNAREC] Added thead vendor extension detectionYang Liu2023-09-111-2/+11
|
* [ANDOIRD] Yet another attempt to fix the buildptitSeb2023-09-021-1/+2
|
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\ | | | | remove executable bits
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | | | | | Closes: #895
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers.
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply ↵ptitSeb2023-05-311-0/+1
| | | | | | | | conservative settings when loaded (should help #813) and probably other java based games/apps)
* | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcodeptitSeb2023-05-071-0/+1
| |
* | [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensionsptitSeb2023-05-011-0/+5
|/
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ptitSeb2023-03-271-0/+1
| | | | time and compare states
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ↵ptitSeb2023-03-071-0/+1
| | | | (works well on box64, with up to 30% more speed)
* Added automatic detection of libcef (will help zoon #510, #451, #302 and ↵ptitSeb2023-03-051-0/+1
| | | | probably other too)
* Merge branch 'main' into steam_chromeptitSeb2023-02-201-0/+1
|\
| * [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to ↵ptitSeb2023-02-191-0/+1
| | | | | | | | handle HotPages (faster but crashy)
| * Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ptitSeb2023-02-191-0/+1
| | | | | | | | not handle them
* | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to ↵ptitSeb2023-02-201-0/+1
| | | | | | | | not handle them
* | Preliminary work to get steamwebhelper workingptitSeb2023-02-181-0/+1
|/
* [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1)ptitSeb2023-02-161-0/+1
|
* Refactored trace to file system, to be more resiliantptitSeb2023-02-141-5/+5
|
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, ↵ptitSeb2023-01-281-0/+1
| | | | introducing BOX64_DYNAREC_FASTROUND to ignore that)
* Added more command to rcfiles, and a default one when system version is not ↵ptitSeb2023-01-051-0/+1
| | | | found (and move some essential detection there)
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure ↵ptitSeb2022-12-041-0/+1
| | | | it's really usefull)
* [DYNAREC] Small changes on pagesize and hotpageptitSeb2022-12-021-1/+1
|
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of ↵ptitSeb2022-12-011-0/+1
| | | | MonoBleedingEdge (and disable that for 3dSen)
* [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGEptitSeb2022-12-011-0/+1
|
* [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ↵ptitSeb2022-11-291-0/+1
| | | | of CALL/RET opcode, not compatible with JIT/Dynarec)
* Added box64rc configuration file handlingptitSeb2022-11-271-0/+6
|
* Added BOX64_CRASHHANDLER env. var.ptitSeb2022-11-141-0/+1
|
* [ANDROID] Build fixptitSeb2022-11-011-1/+1
|
* Detect when program is linked with glibc 2.34+ to workaround the default ↵ptitSeb2022-11-011-0/+1
| | | | libc libs to load
* Malloc override (#437)ptitSeb2022-10-291-1/+3
| | | | | * Add some malloc override mecanism, but missing c++ function overriding * Add c++ new/delete redirection too * Added support for libtbbmalloc_proxy
* Added BOX64_SHOWBT env. var. to have a backtrace on segfaultptitSeb2022-10-271-0/+1
|
* [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGSptitSeb2022-10-221-0/+1
|
* Improved usage of x86_64 bash with BOX64_BASH env varptitSeb2022-09-151-1/+0
|
* When running x86_64 bash, using x86_64 bash to run script automaticaly (for ↵ptitSeb2022-09-081-0/+1
| | | | #402)