about summary refs log tree commit diff stats
path: root/src/include/debug.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+1
* | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con...ptitSeb2023-05-311-0/+1
* | [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
* [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ...ptitSeb2023-03-071-0/+1
* Added automatic detection of libcef (will help zoon #510, #451, #302 and prob...ptitSeb2023-03-051-0/+1
* Merge branch 'main' into steam_chromeptitSeb2023-02-201-0/+1
|\
| * [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle...ptitSeb2023-02-191-0/+1
| * Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-191-0/+1
* | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...ptitSeb2023-02-201-0/+1
* | 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, in...ptitSeb2023-01-281-0/+1
* Added more command to rcfiles, and a default one when system version is not f...ptitSeb2023-01-051-0/+1
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-041-0/+1
* [DYNAREC] Small changes on pagesize and hotpageptitSeb2022-12-021-1/+1
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed...ptitSeb2022-12-011-0/+1
* [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
* 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 libc...ptitSeb2022-11-011-0/+1
* Malloc override (#437)ptitSeb2022-10-291-1/+3
* 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
* Also use __libc_memalign instead of posix_memalignptitSeb2022-08-061-5/+8
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-0/+18
* Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signalptitSeb2022-07-301-0/+1
* Changed various log level for libdl file open errorptitSeb2022-07-091-3/+5
* Various improvement and some workaround to support musl binary (for #324)ptitSeb2022-07-091-0/+1
* Improved BOX64_LOAD_ADDR env. var. to help having reproducible runsptitSeb2022-04-241-0/+1
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-131-0/+1
* More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing BOX6...ptitSeb2022-03-311-0/+1
* Added BOX64_PREFER_EMULATED handling and special case for pressure-vessel to ...ptitSeb2022-03-271-0/+1
* Added an option to always show SIGSEGV messagesptitSeb2022-03-061-0/+1
* Improved speed of mmap changesptitSeb2022-03-061-0/+1
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...ptitSeb2021-11-181-0/+1
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-111-0/+1
* [ARM64] Check if Atomics are supported (not used yet)ptitSeb2021-11-011-0/+1
* [DYNAREC] Added detection of available CPU ExtensionsptitSeb2021-08-281-0/+6
* Make library loaded with absolute path not wrapped (unless BOX64_PREFER_WRAPP...ptitSeb2021-07-141-0/+1
* Improved low memory pre-allocation and added 47bits pre-allocation for Wine64ptitSeb2021-07-011-0/+1
* Splited Elf Dump from LOG handlingptitSeb2021-05-281-1/+5