Skip to content

[nativeaot] Log location of the actual p/invoke stub called - #10502

Merged
grendello merged 1 commit into
mainfrom
dev/grendel/naot-better-pinvoke-stub
Sep 19, 2025
Merged

[nativeaot] Log location of the actual p/invoke stub called#10502
grendello merged 1 commit into
mainfrom
dev/grendel/naot-better-pinvoke-stub

Conversation

@grendello

Copy link
Copy Markdown
Contributor

Context: 869b0e0

The pinvoke_unreachable function, when invoked, would log
its own source location instead of that of the call site.
That's a bit useless in diagnosing issues, so let's improve
it by logging the call site location... :)

Context: 869b0e0
The `pinvoke_unreachable` function, when invoked, would log
its own source location instead of that of the call site.
That's a bit useless in diagnosing issues, so let's improve
it by logging the call site location... :)
@grendello
grendelloforce-pushed the dev/grendel/naot-better-pinvoke-stub branch from 8dc16f1 to 4ae8894CompareSeptember 19, 2025 08:03
@grendello

Copy link
Copy Markdown
ContributorAuthor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@grendello
grendello enabled auto-merge (squash) September 19, 2025 08:56
@grendello
grendello merged commit 3b6542e into mainSep 19, 2025
57 of 60 checks passed
@grendello
grendello deleted the dev/grendel/naot-better-pinvoke-stub branch September 19, 2025 11:08
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Oct 20, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@grendello