dotnet / corefx-tools

Place to include various misc tools for .NET and .NET Core.
MIT License
58 stars 41 forks source link

PerfCollect Emits An Error When Trying to Generate Debug Symbols for NI Images #37

Closed brianrob closed 8 years ago

brianrob commented 8 years ago

Example: Failed to open mscorlib.ni.dll, continuing without symbols

This will never work because native images aren't ELF. We should filter these out.

brianrob commented 8 years ago

Fixed via #48.