mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[NTOSKRNL] In !irpfind, add info about current stack major/minor
This commit is contained in:
parent
38160b207d
commit
e1342127f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue