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] Fix cygwin compilation failure due to nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing


On 12/17/2013 02:05 AM, Pedro Alves wrote:
> At this level we're thinking in terms of Win32 debug API, and
> it's irrelevant what Cygwin thinks is the Posix path of
> ntdll.dll.  If this is indeed ntdll.dll, then the following
> windows_make_so call will then do that conversion before
> recording the dll name.

My point is we use cygwin_conv_path to convert the path to type "char *"
and then compare whether it is ntdll.dll.

-- 
Yao (éå)


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