some news about the x86_64-windows port...

Christopher Faylor cgf-use-the-mailinglist-please@sourceware.org
Wed Jan 7 16:54:00 GMT 2009


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



More information about the Gdb-patches mailing list