diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-06 18:51:18 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-06 18:51:18 +0100 |
| commit | 9c47b1fbf933d33804cba51d8aa6adf728810133 (patch) | |
| tree | f5f0e25ddf8c4738dc516a5bb9adc68a691d3ee5 /src/include/debug.h | |
| parent | b525b0bdd4528ea19b8323c87f2eb31f45eaf3ab (diff) | |
| download | box64-9c47b1fbf933d33804cba51d8aa6adf728810133.tar.gz box64-9c47b1fbf933d33804cba51d8aa6adf728810133.zip | |
Added an option to always show SIGSEGV messages
Diffstat (limited to 'src/include/debug.h')
| -rwxr-xr-x | src/include/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/debug.h b/src/include/debug.h index 5a300117..7fb8d558 100755 --- a/src/include/debug.h +++ b/src/include/debug.h @@ -39,6 +39,7 @@ extern int box64_wine; extern int box64_nopulse; // disabling the use of wrapped pulseaudio extern int box64_nogtk; // disabling the use of wrapped gtk extern int box64_novulkan; // disabling the use of wrapped vulkan +extern int box64_showsegv; // show sigv, even if a signal handler is present extern uintptr_t fmod_smc_start, fmod_smc_end; // to handle libfmod (from Unreal) SMC (self modifying code) extern uint32_t default_gs; extern int jit_gdb; // launch gdb when a segfault is trapped |