From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5354 invoked by alias); 9 Oct 2003 21:32:54 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5333 invoked from network); 9 Oct 2003 21:32:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Oct 2003 21:32:53 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200] (may be forged)) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h99LWqM25475 for ; Thu, 9 Oct 2003 17:32:52 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h99LWpD31402; Thu, 9 Oct 2003 17:32:51 -0400 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h99LWoi06781; Thu, 9 Oct 2003 14:32:50 -0700 Message-ID: <3F85D402.1010301@redhat.com> Date: Thu, 09 Oct 2003 21:32:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney CC: Corinna Vinschen Subject: Re: Where to set correct value for tdep->struct_return for Cygwin? References: <20030320152019.GA2699@cygbert.vinschen.de> <3E79DDFB.4030003@redhat.com> <20030320153930.GZ21269@cygbert.vinschen.de> <3E79F271.4030203@redhat.com> In-Reply-To: <3E79F271.4030203@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00168.txt.bz2 Andrew Cagney wrote: > >[...] I > get the feeling that win32-nat.c should have been called cygwin-nat.c? Probably not. It works on win32 target without cygwin, I think. Something called mingw, isn't it? Anyway, it can debug native microsoft code in minimal mode (without using the debug info).