mirror of
https://github.com/yardenshafir/WinDbg_Scripts
synced 2026-06-08 18:28:57 +00:00
Create threadNames
This commit is contained in:
@@ -0,0 +1 @@
|
||||
dx -g @$cursession.Processes.SelectMany(p => p.Threads.Select(t => new {ThreadId = t.Id, Name = t.KernelObject.ThreadName ? t.KernelObject.ThreadName->ToDisplayString("sb") : "unnamed"})
|
||||
Reference in New Issue
Block a user