dotnet/runtime
debugshim.cpp opens and gets handles to libraries, but doesn't close or store the handles
オープン
#50,442 opened on 2021/03/30
area-Diagnostics-coreclrhelp wanted
Repository metrics
- Stars
- (17,886 個のスター)
- PR merge metrics
- (平均マージ 12d 11h) (30d で 661 merged PRs)
説明
debugshim.cpp's CLRDebuggingImpl::OpenVirtualProcess method obtains handles to a bunch of libraries:
But those handles are not kept around and are not used to close the libraries.