about summary refs log tree commit diff stats
path: root/docs/gen
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2025-06-10 18:17:03 +0800
committerGitHub <noreply@github.com>2025-06-10 12:17:03 +0200
commit0ae608373075a7cf28fd7eac70c557ca8903f516 (patch)
tree56c16b0bd8fccb8acf8ae04610ec68ea8e295433 /docs/gen
parent64080cea819ab75585570679c5fa91698ee7c218 (diff)
downloadbox64-0ae608373075a7cf28fd7eac70c557ca8903f516.tar.gz
box64-0ae608373075a7cf28fd7eac70c557ca8903f516.zip
[TRACE] Fixed explicit BOX64_TRACE=0 (#2721)
Diffstat (limited to 'docs/gen')
-rw-r--r--docs/gen/usage.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/gen/usage.json b/docs/gen/usage.json
index 4cce0566..b6c9a1e2 100644
--- a/docs/gen/usage.json
+++ b/docs/gen/usage.json
@@ -1626,6 +1626,16 @@
         "key": "1",
         "description": "Enable trace output. Trace starts before the initialization of dependencies.",
         "default": false
+      },
+      {
+        "key": "symbolname",
+        "description": "Enable trace output for `symbolname` only. Trace starts before the initialization of dependencies.",
+        "default": false
+      },
+      {
+        "key": "0xXXXXXXX-0xYYYYYYY",
+        "description": "Enable trace output for the range of address (inclusive-exclusive). Trace starts before the initialization of dependencies.",
+        "default": false
       }
     ]
   },