[NTOSKRNL] In !irpfind, add info about current stack major/minor

This commit is contained in:
Pierre Schweitzer 2019-01-07 08:41:36 +01:00
parent 38160b207d
commit e1342127f0
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View 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
{