From ea13414083efaaec827bf78978c3c0656b0ebc1a Mon Sep 17 00:00:00 2001 From: Yang Liu Date: Sat, 21 Dec 2024 23:20:48 +0800 Subject: [GDBJIT] Unified the experience for all the backends (#2183) --- docs/USAGE.md | 1 + docs/box64.pod | 1 + 2 files changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index cc41714a..efebc6e1 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -243,6 +243,7 @@ Behavior with FillBlock is not available (FillBlock build Dynarec blocks and is The GDBJIT debugging support, only available with the compilation option GDBJIT=ON, enable it with gdb command: jit-reader-load /usr/local/lib/libbox64gdbjitreader.so. * 0 : Dynarec will not generate GDBJIT debuginfo. (Default) * 1 : Dynarec will generate GDBJIT debuginfo. +* 2 : Dynarec will generate detailed GDBJIT debuginfo with internal state. #### BOX64_DYNAREC_MISSING * Dynarec print the missing opcodes diff --git a/docs/box64.pod b/docs/box64.pod index f57fdfac..b3ad040c 100644 --- a/docs/box64.pod +++ b/docs/box64.pod @@ -373,6 +373,7 @@ The GDBJIT debugging support, only available with the compilation option GDBJIT= * 0 : Dynarec will not generate GDBJIT debuginfo. (Default) * 1 : Dynarec will generate GDBJIT debuginfo. + * 2 : Dynarec will generate detailed GDBJIT debuginfo with internal state. =item B=I<0|1> -- cgit 1.4.1