From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11709 invoked by alias); 24 Feb 2007 19:10:59 -0000 Received: (qmail 11701 invoked by uid 22791); 24 Feb 2007 19:10:58 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 24 Feb 2007 19:10:53 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-10-167.inter.net.il [80.230.10.167]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BYL15546 (AUTH halo1); Sat, 24 Feb 2007 21:10:21 +0200 (IST) Date: Sat, 24 Feb 2007 19:10:00 -0000 Message-Id: From: Eli Zaretskii To: Lerele CC: gdb-patches@sourceware.org In-reply-to: <45E05872.1040605@champenstudios.com> (message from Lerele on Sat, 24 Feb 2007 16:23:30 +0100) Subject: Re: [Patch] Win32 gdbserver new interrupt support, and attach to process fix. Reply-to: Eli Zaretskii References: <45DF7E27.10102@champenstudios.com> <45E0376D.9010605@champenstudios.com> <45E05872.1040605@champenstudios.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00301.txt.bz2 > Date: Sat, 24 Feb 2007 16:23:30 +0100 > From: Lerele > CC: gdb-patches@sourceware.org > > New patch attached. > Hope didn't miss anything. Thanks, I'm happy now. But I'd like to hear from Daniel as well, before you commit the changes. Also, a few small gotchas: > 2007-02-24 Leo Zayas This should state your email address as well. > * remote_utils.c [INVALID_SOCKET]: > Define for Win32 API code. You meant "Define for non-Win32 code", right?