Skip to content

Replace GetFile() with GetPEAssembly() call in gdb - #76293

Merged
jkotas merged 1 commit into
dotnet:mainfrom
tonybaloney:patch-2
Sep 28, 2022
Merged

Replace GetFile() with GetPEAssembly() call in gdb#76293
jkotas merged 1 commit into
dotnet:mainfrom
tonybaloney:patch-2

Conversation

@tonybaloney

Copy link
Copy Markdown
Contributor

Fixes#76291

GetFile() is not a member of module, it was dropped after .net6, replaced with GetPEAssembly()

This PR should be back ported to .NET7 and main

@ghostghost added area-VM-coreclr community-contribution Indicates that the PR has been added by a community member labels Sep 28, 2022
@jkotas
jkotas merged commit 91a07a7 into dotnet:mainSep 28, 2022
@jkotas

Copy link
Copy Markdown
Member

/backport to release/7.0

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3146039588

@tonybaloney
tonybaloney deleted the patch-2 branch October 3, 2022 22:18
@ghostghost locked as resolved and limited conversation to collaborators Nov 3, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-VM-coreclrcommunity-contributionIndicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FEATURE_GDBJIT fails to compile due to missing member of Module type

2 participants

@tonybaloney@jkotas