Skip to content

[TRACE] Support configuring trace address list through BOX64_TRACE#3998

Merged
ptitSeb merged 1 commit into
ptitSeb:mainfrom
zengdage:trace-list
Jun 30, 2026
Merged

[TRACE] Support configuring trace address list through BOX64_TRACE#3998
ptitSeb merged 1 commit into
ptitSeb:mainfrom
zengdage:trace-list

Conversation

@zengdage

Copy link
Copy Markdown
Contributor

Sometimes only specific individual addresses need to be traced, which do not form a continuous address range. If placed within a single address interval, excessive trace output will be generated. This patch is added to facilitate debugging.

Format: BOX64_TRACE=0x1000:0x2000:0x3000

Just trace the address 0x1000,0x2000 and 0x3000

@ptitSeb

ptitSeb commented Jun 30, 2026

Copy link
Copy Markdown
Owner

A list of individual addresses instead f a list of range looks strange and not too usefull for me. But I guess list of range can be added later.

@ptitSeb ptitSeb left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not change USAGE.md directly, it's generated.

Comment thread docs/USAGE.md
Format: BOX64_TRACE=0x1000:0x2000:0x3000

Just trace the address 0x1000,0x2000 and 0x3000
@ptitSeb ptitSeb merged commit dd18047 into ptitSeb:main Jun 30, 2026
28 checks passed
@zengdage

zengdage commented Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

A list of individual addresses instead f a list of range looks strange and not too usefull for me. But I guess list of range can be added later.

Thanks. I will try to support for a list of address range later.

@zengdage zengdage deleted the trace-list branch July 1, 2026 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants