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

Pedro Alves palves@redhat.com
Fri Dec 13 14:42:00 GMT 2013


Looks OK to me.  Thanks.

On 12/13/2013 02:17 PM, Joel Brobecker wrote:
> +
> +  win32_ensure_ntdll_loaded ();
>  }

(
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
)

-- 
Pedro Alves



More information about the Gdb-patches mailing list