[DRWTSN32] Print some extra exception info
[reactos.git] / ntoskrnl / dbgk / dbgkutil.c
index 2937d35..e0f61b3 100644 (file)
@@ -405,6 +405,7 @@ DbgkMapViewOfSection(IN PVOID Section,
     LoadDll->BaseOfDll = BaseAddress;
     LoadDll->DebugInfoFileOffset = 0;
     LoadDll->DebugInfoSize = 0;
+    LoadDll->NamePointer = &NtCurrentTeb()->NtTib.ArbitraryUserPointer;
 
     /* Get the NT Headers */
     NtHeader = RtlImageNtHeader(BaseAddress);