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