diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-06-10 18:17:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-10 12:17:03 +0200 |
| commit | 0ae608373075a7cf28fd7eac70c557ca8903f516 (patch) | |
| tree | 56c16b0bd8fccb8acf8ae04610ec68ea8e295433 /docs/gen | |
| parent | 64080cea819ab75585570679c5fa91698ee7c218 (diff) | |
| download | box64-0ae608373075a7cf28fd7eac70c557ca8903f516.tar.gz box64-0ae608373075a7cf28fd7eac70c557ca8903f516.zip | |
[TRACE] Fixed explicit BOX64_TRACE=0 (#2721)
Diffstat (limited to 'docs/gen')
| -rw-r--r-- | docs/gen/usage.json | 10 |
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 } ] }, |