Skip to content

Conversation

YoshiRulz
Copy link
Member

Untested. I just wanted to know precisely what changes would be required for this feature.

resolves #4353

@YoshiRulz YoshiRulz changed the title 64bit peek Add 64-bit-wide peeking and watches Jun 14, 2025
{
_type = WatchDisplayType.Unsigned;
_type = validTypes.Count is 0 ? WatchDisplayType.Unsigned : validTypes[1];
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typo? Should be validTypes[0] instead? Also the above switch should probably include WatchSize.QWord now.

Copy link
Member Author

Choose a reason for hiding this comment

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

gdi Lua rewiring my brain

if (_settings.CheckMisAligned)
var addr = watch.Address;
yield return addr;
if (_settings.CheckMisAligned) continue; // I guess we're assuming the other parts of the address are also in `_watchList`? --yoshi
Copy link
Collaborator

Choose a reason for hiding this comment

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

Right... if you have a better idea for how to implement this in a simple way without getting duplicates feel free to do that here.

Copy link
Member Author

Choose a reason for hiding this comment

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

Caller can Distinct(), but I didn't bother looking for where the caller(s) are.

@YoshiRulz YoshiRulz marked this pull request as draft August 28, 2025 19:30
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.

Add 64-bit reads/writes to tools that manipulate memory
2 participants