about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2024-12-21 23:20:48 +0800
committerGitHub <noreply@github.com>2024-12-21 16:20:48 +0100
commitea13414083efaaec827bf78978c3c0656b0ebc1a (patch)
treef8a897315cf8e5cf4fcc00af626ed805ca9d8a11 /docs
parent3e745474d3516891131d5efc1ec70486425a3b30 (diff)
downloadbox64-ea13414083efaaec827bf78978c3c0656b0ebc1a.tar.gz
box64-ea13414083efaaec827bf78978c3c0656b0ebc1a.zip
[GDBJIT] Unified the experience for all the backends (#2183)
Diffstat (limited to 'docs')
-rw-r--r--docs/USAGE.md1
-rw-r--r--docs/box64.pod1
2 files changed, 2 insertions, 0 deletions
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<BOX64_SSE_FLUSHTO0>=I<0|1>