microsoft / DbgShell

A PowerShell front-end for the Windows debugger engine.
MIT License
674 stars 89 forks source link

Removed redundant list initialization #65

Closed DamirAinullin closed 5 years ago

DamirAinullin commented 5 years ago

Removed redundant list initialization

jazzdelightsme commented 5 years ago

Thanks for contributing! The content of this change is good; however, I am not going to merge it in.

The reason is because the content of the ClrMemDiag directory is a copy of the Microsoft\ClrMd project. As much as possible, I want to avoid deviating from what's in the official Microsoft\ClrMd project, because the larger the diff is between them, the more work it is to sync them up.

(Ideally, we wouldn't have a fork at all, but some work needs to be done to consume it in binary form (both here and possibly in the ClrMd project), and I just haven't been able to get to it. It's tracked by issue #3.)

Sorry!