[cDAC] PR 2/5: RuntimeSignatureDecoder for ELEMENT_TYPE_INTERNAL#9
Draft
max-charlamb wants to merge 2 commits intocdac-stackrefs-pr1from
Draft
[cDAC] PR 2/5: RuntimeSignatureDecoder for ELEMENT_TYPE_INTERNAL#9max-charlamb wants to merge 2 commits intocdac-stackrefs-pr1from
max-charlamb wants to merge 2 commits intocdac-stackrefs-pr1from
Conversation
Implement GC reference scanning for stub/transition frames and fix stack walker state machine bugs: - PromoteCallerStack/PromoteCallerStackUsingGCRefMap for transition frames - GCRefMap decoder for ReadyToRun import section resolution - FindGCRefMap with FindReadyToRunModule fallback - SOSDacImpl.GetStackReferences using cDAC contract - Fix IsFirst preserved for skipped frames - Fix skipped frame handling moved to UpdateState - GCInfoDecoder goto removal (ReportUntrackedAndSucceed local function) - RequiresInstArg, IsAsyncMethod, HasRetBuffArg on IRuntimeTypeSystem - ExceptionInfo ClauseForCatch fields for catch handler detection - Data descriptor additions for frame types and TransitionBlock layout Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Custom signature decoder handling runtime-internal type codes (ELEMENT_TYPE_INTERNAL 0x21, ELEMENT_TYPE_CMOD_INTERNAL 0x22) which SRM's SignatureDecoder cannot parse. Replaces SRM in PromoteCallerStack. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
6c234d9 to
0ee4452
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 2 of 5. Adds custom signature decoder for runtime-internal types.
Note
This PR was created with AI assistance from Copilot.