Skip to content

ICorProfiler ELT hooks need tested with UnmanagedCallersOnly methods #89617

@davmason

Description

@davmason

Right now we issue ELT callbacks for UnmanagedCallersOnly methods, they likely do not work well with argument inspection since we use native calling conventions instead of managed ones.

We need to test this scenario and there will likely be bugs. The easiest solution would be to make the argument inspection APIs return an appropriate HR to indicate that it is an UnmanagedCallersOnly method (i.e. fail gracefully).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions