-
The ClrThread type does not provide IsThreadpoolCompletionPort and IsThreadpoolWorker properties.
Note that the corresponding ThreadType_Threadpool_IOCompletion and ThreadType_Threadpool_Worker value…
-
I am trying to read the machine code of a method using the method described here: https://github.com/microsoft/dotnet-samples/blob/bd22ceaf81cccf8587f26efcd3de5a21411f2df2/Microsoft.Diagnostics.Runtim…
-
https://github.com/microsoft/clrmd/blob/60be1e1302c74f0c415a9e71d3b75d779936e17d/src/Microsoft.Diagnostics.Runtime/src/Builders/RuntimeBuilder.cs#L1299
In Clrmd 1.1 logic, after loaded Windows mini…
-
GCRoot tests also looks to have non-deterministic failures. This looks like a real product issue.
-
According to [Nuget.org](https://www.nuget.org/packages/Microsoft.Diagnostics.Runtime/3.0.442202#release-body-tab), the release notes for ClrMD version 3 should be found here :
_See https://github.co…
-
Using IL emit to generate a dynamic type, then using ClrMd to disassemble it, it worked in v1, but fails in v2.
v1 works
```cs
ClrType typeWithBenchmark = state.Runtime.Heap.GetTypeByName(setting…
-
Sorry about this silly questions.
Assuming we have a method defined as below.
```cs
public class SomeClass
{
[My("beautifulName")]
public void DoSomeThing()
{
// whateve…
-
I am currently upgrading some code to clrmd v2 and I noticed that `EnumerateMemoryRegions` is gone. I saw some other post mentioning that there's plans (in the future) to include this in the utilities…
pr8x updated
12 months ago
-
The ClrMD repo is moving to be part of https://github.com/dotnet/diagnostics. I plan to complete the move some time in April.
This move is being made purely to reduce my development overhead. I s…
-
In the `!ThreadPool` command it would be nice to show the following:
- Which thread pool is being used
- The number of thread pool threads that currently exist (this is tracked in `s_threadCount`)
…