diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/USAGE.md | 1 | ||||
| -rw-r--r-- | docs/box64.pod | 1 |
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> |