Uh oh!
There was an error while loading. Please reload this page.
[cdac] Implement GetThreadStoreData in cDAC - #102404
Conversation
Tagging subscribers to this area: @tommcdon |
fe09ad6 to
890f9c6CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| CDAC_TYPE_BEGIN(Thread) | ||
| CDAC_TYPE_INDETERMINATE(Thread) | ||
| CDAC_TYPE_FIELD(Thread, /*uint32*/, Id, cdac_offsets<Thread>::Id) |
There was a problem hiding this comment.
I don't understand this comment type. Is that intentional going forward or a temporary mechanism?
There was a problem hiding this comment.
The type is optional as a mechanism for making the descriptor more compact. I left it off for these (and just put the comment), since I wasn't checking them.
Uh oh!
There was an error while loading. Please reload this page.
lambdageek
left a comment
There was a problem hiding this comment.
lgtm, although I'm not a huge fan of the TryGet TryRegister pattern.
Uh oh!
There was an error while loading. Please reload this page.
GetThreadStoreDataandGetThreadCountsinThreadcontractISOSDacInterface::GetThreadStoreDatain cDACGetThreadDataif availableContributes to #99298
cc @lambdageek