From 8bc9baefd688945327e2b01d257f656d622f33f1 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 30 Jul 2022 14:18:53 +0200 Subject: Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 66e89a65..c22ce9d5 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -11,6 +11,11 @@ Controls the Verbosity level of the logs * 2: DEBUG : Details a lot of stuff (Example: relocations or functions called). * 3: DUMP : All DEBUG plus DUMP of all ELF Info. +#### BOX64_ROLLING_LOG +Show last few wrapped function call when a Signal is caught + * 0: No last function call printed (Default.) + * 1: Last few wrapped function call printed when a signal is printed. Incompatible with BOX64_LOG>1 (may need BOX64_SHOWSEGV=1 also) + #### BOX64_NOBANNER Disables Box64 printing its version and build * 0 : Enable printing its banner. (Default.) -- cgit 1.4.1