about summary refs log tree commit diff stats
path: root/src/include/debug.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Second passrajdakin2021-04-141-1/+0
* [TRACE] Added a new trace optionrajdakin2021-04-071-5/+8
* [DYNAREC] Added 0F BE/BF ocpodes, and fixed LDRSB emitterptitSeb2021-03-221-1/+1
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+7
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-1/+1
* Added some minimal set of source (now box64 compile and say hello at least)ptitSeb2021-02-281-0/+42