about summary refs log tree commit diff stats
path: root/docs/gen
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-04-24 16:37:24 +0800
committerGitHub <noreply@github.com>2025-04-24 10:37:24 +0200
commit926e4b2da82d2da28484f2e8da6d30f30e702205 (patch)
tree9b895f9f0884e1c28478b50ac6dd83271bd6c633 /docs/gen
parent4903177bab1f3324a0faeedd968fed5bf4ea8772 (diff)
downloadbox64-926e4b2da82d2da28484f2e8da6d30f30e702205.tar.gz
box64-926e4b2da82d2da28484f2e8da6d30f30e702205.zip
[DYNAREC] Added ranged Dynablock dump (#2570)
Diffstat (limited to 'docs/gen')
-rw-r--r--docs/gen/usage.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json
index 0a09d5a1..831467b0 100644
--- a/docs/gen/usage.json
+++ b/docs/gen/usage.json
@@ -326,6 +326,18 @@
     ]
   },
   {
+    "name": "BOX64_DYNAREC_DUMP_RANGE",
+    "description": "Dump DynaRec blocks in the specified range.",
+    "category": "Debugging",
+    "options": [
+      {
+        "key": "0xXXXXXXXX-0xYYYYYYYY",
+        "description": "Define the range where dynablock gets dumped (inclusive-exclusive).",
+        "default": false
+      }
+    ]
+  },
+  {
     "name": "BOX64_DYNAREC_FASTNAN",
     "description": "Enable or disable fast NaN handling.",
     "category": "Performance",