[NTOSKRNL] In !irpfind, add info about current stack major/minor
authorPierre Schweitzer <pierre@reactos.org>
Mon, 7 Jan 2019 07:41:36 +0000 (08:41 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Tue, 8 Jan 2019 07:43:23 +0000 (08:43 +0100)
ntoskrnl/mm/ARM3/kdbg.c

index c0fdf6d..ebaf494 100644 (file)
@@ -490,7 +490,7 @@ ExpKdbgExtIrpFindPrint(
     {
         if (!IsComplete)
         {
-            KdbpPrint("%p Thread %p current stack belongs to %wZ\n", Irp, Irp->Tail.Overlay.Thread, DriverName);
+            KdbpPrint("%p Thread %p current stack (%x, %x) belongs to %wZ\n", Irp, Irp->Tail.Overlay.Thread, IoStack->MajorFunction, IoStack->MinorFunction, DriverName);
         }
         else
         {