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 3/3] gdbserver/Windows: Rely purely on event info when handling DLL load event


On 02/24/2014 11:21 PM, Joel Brobecker wrote:
> -static winapi_CreateToolhelp32Snapshot win32_CreateToolhelp32Snapshot;
> -static winapi_Module32First win32_Module32First;
> -static winapi_Module32Next win32_Module32Next;
>  #ifdef _WIN32_WCE
>  typedef BOOL (WINAPI *winapi_CloseToolhelp32Snapshot) (HANDLE);
>  static winapi_CloseToolhelp32Snapshot win32_CloseToolhelp32Snapshot;

These should be removed too.

>  #endif

Other than that looks fine to me.  Thanks!

-- 
Pedro Alves


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