Results 16 comments of Vance Morrison

I see that we we have been relying on CLRMD for a while now and thus a bunch of code is now dead. This change could go further (in particular...

The 'Debugger' directory is a clone from another code base (I believe it is mdbg). which we have never had to modify. I am completely OK with the idea of...

Could you undo the changes to Debugger.cs and NativeImports.cs since these changes to the file in the Debugger directory that I would like to avoid. We should also get rid...

While I am OK with using doubles where the size of the number is not a concern, I am concerned that this seems to be a fairly blanket change from...

I need to think about this more. I really want the dispatch code to be as lean (and simple) as possible. Thus I really don't want us establishing an invariant...

The TdhEnumerateManifestProviderEvents API did not exist (or at least I missed it) when TraceEvents RegisteredTraceEventParser.GetManifestForRegisteredProvider was created. It looks like it would be good to move to that API now....