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
| jq -e --arg tag "$TARGET_TAG" 'any(.repos[].images[].platforms[].simpleTags[]; . == $tag)'
98
98
```
99
99
100
100
If the exact tag is **not found in `image-info`**, stop and inform the user. Treat that as authoritative even if a registry lookup appears to work. The image must be created first at [dotnet/dotnet-buildtools-prereqs-docker](https://github.com/dotnet/dotnet-buildtools-prereqs-docker). Check if an open issue or PR already exists, for example:
HRESULTSTDMETHODCALLTYPEDacDbiInterfaceImpl::GetCachedWinRTTypesForIIDs(VMPTR_AppDomain vmAppDomain, DacDbiArrayList<GUID> * pIids, OUT DacDbiArrayList<DebuggerIPCE_ExpandedTypeData> * pTypes)
3857
-
{
3858
-
if (pIids == NULL || pTypes == NULL)
3859
-
returnE_POINTER;
3860
-
3861
-
HRESULT hr = S_OK;
3862
-
EX_TRY
3863
-
{
3864
-
pTypes->Alloc(0);
3865
-
}
3866
-
EX_CATCH_HRESULT(hr);
3867
-
return hr;
3868
-
}
3869
-
3870
-
HRESULTSTDMETHODCALLTYPEDacDbiInterfaceImpl::GetCachedWinRTTypes(VMPTR_AppDomain vmAppDomain, OUT DacDbiArrayList<GUID> * piids, OUT DacDbiArrayList<DebuggerIPCE_ExpandedTypeData> * pTypes)
Copy file name to clipboardExpand all lines: src/coreclr/debug/daccess/dacdbiimpl.h
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -325,15 +325,6 @@ class DacDbiInterfaceImpl :
325
325
// in the runtime)
326
326
HRESULTSTDMETHODCALLTYPEGetRcwCachedInterfacePointers(VMPTR_Object vmObject, BOOL bIInspectableOnly, OUT DacDbiArrayList<CORDB_ADDRESS> * pDacItfPtrs);
327
327
328
-
// retrieves a list of interface types corresponding to the passed in
329
-
// list of IIDs. the interface types are retrieved from an app domain
330
-
// IID / Type cache, that is updated as new types are loaded. will
331
-
// have NULL entries corresponding to unknown IIDs in "iids"
332
-
HRESULTSTDMETHODCALLTYPEGetCachedWinRTTypesForIIDs(VMPTR_AppDomain vmAppDomain, DacDbiArrayList<GUID> * pIids, OUT DacDbiArrayList<DebuggerIPCE_ExpandedTypeData> * pTypes);
333
-
334
-
// retrieves the whole app domain cache of IID / Type mappings.
335
-
HRESULTSTDMETHODCALLTYPEGetCachedWinRTTypes(VMPTR_AppDomain vmAppDomain, OUT DacDbiArrayList<GUID> * piids, OUT DacDbiArrayList<DebuggerIPCE_ExpandedTypeData> * pTypes);
336
-
337
328
private:
338
329
// Helper to enumerate all possible memory ranges help by a loader allocator.
0 commit comments