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: some news about the x86_64-windows port...


On Wed, Jan 07, 2009 at 02:58:48PM +0400, Joel Brobecker wrote:
>-static BOOL WINAPI (*DebugSetProcessKillOnExit)(BOOL);
>-static BOOL WINAPI (*DebugActiveProcessStop)(DWORD);
>+static BOOL WINAPI (*kernel32_DebugSetProcessKillOnExit)(BOOL);
>+static BOOL WINAPI (*kernel32_DebugActiveProcessStop)(DWORD);

This seems like a gratuitous renaming.  Is there some reason for it?
 
Other than that minor nit, the windowss-specific stuff looks good to me.
I assume that you tested that it all still worked on 32-bit windows
right?

Btw, I'm sorry about all of the places where I used DWORD
inappropriately in win32-nat.c.  I should have known better than that
and it looks like I made your job harder.

cgf


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