You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful if SOS reported either IL offsets or IP for the patchpoint that was triggered in the output of dumpmd/ip2md. Otherwise it is very hard to reconcile the codegen seen in these methods with the original IL. In dotnet/runtime#66983 I ended up tracking this down by doing several pointer searches through memory to find the key of the PerPatchpointInfo structure.
Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.
Issue Details
It would be very useful if SOS reported either IL offsets or IP for the patchpoint that was triggered in the output of dumpmd/ip2md. Otherwise it is very hard to reconcile the codegen seen in these methods with the original IL. In dotnet/runtime#66983 I ended up tracking this down by doing several pointer searches through memory to find the key of the PerPatchpointInfo structure.
It would be very useful if SOS reported either IL offsets or IP for the patchpoint that was triggered in the output of
dumpmd
/ip2md
. Otherwise it is very hard to reconcile the codegen seen in these methods with the original IL. In dotnet/runtime#66983 I ended up tracking this down by doing several pointer searches through memory to find the key of thePerPatchpointInfo
structure.cc @AndyAyersMS
The text was updated successfully, but these errors were encountered: