https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e1342127f0c987a1b9247472b64479834caa0aa4

commit e1342127f0c987a1b9247472b64479834caa0aa4
Author:     Pierre Schweitzer <pie...@reactos.org>
AuthorDate: Mon Jan 7 08:41:36 2019 +0100
Commit:     Pierre Schweitzer <pie...@reactos.org>
CommitDate: Tue Jan 8 08:43:23 2019 +0100

    [NTOSKRNL] In !irpfind, add info about current stack major/minor
---
 ntoskrnl/mm/ARM3/kdbg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ntoskrnl/mm/ARM3/kdbg.c b/ntoskrnl/mm/ARM3/kdbg.c
index c0fdf6dc9e..ebaf494df6 100644
--- a/ntoskrnl/mm/ARM3/kdbg.c
+++ b/ntoskrnl/mm/ARM3/kdbg.c
@@ -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
         {

Reply via email to