This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]