[RFA] nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing

Joel Brobecker brobecker@adacore.com
Fri Dec 13 15:45:00 GMT 2013


> Looks OK to me.  Thanks.

Thanks!

> Though it's harmless as is, there's no ntdll.dll on CE, only on
> Windows versions with NT based kernels.  To be consistent
> with what we do elsewhere on the file already when
> treating ntdll.dll especially, this could be:
> 
> #ifndef _WIN32_WCE
>   win32_ensure_ntdll_loaded ();
> #endif

That's a good suggestion. Attached at the two patches I just pushed.
The second shows the added #ifndef's....

Thanks again!
-- 
Joel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Do-the-target-waiting-within-do_initial_child_stuff-.patch
Type: text/x-diff
Size: 6766 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20131213/8f623423/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-nameless-LOAD_DLL_DEBUG_EVENT-causes-ntdll.dll-to-be.patch
Type: text/x-diff
Size: 7813 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20131213/8f623423/attachment-0001.bin>


More information about the Gdb-patches mailing list