From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 653 invoked by alias); 10 Sep 2003 20:05:33 -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 646 invoked from network); 10 Sep 2003 20:05:32 -0000 Received: from unknown (HELO gateway.macdonnell.ca) (68.145.162.148) by sources.redhat.com with SMTP; 10 Sep 2003 20:05:32 -0000 Received: from macdonnell.ca (desktop.localdomain [192.168.0.4]) by gateway.macdonnell.ca (8.12.9/8.12.9) with ESMTP id h8AK5W4B001871 for ; Wed, 10 Sep 2003 14:05:32 -0600 Message-ID: <3F5F8413.8000604@macdonnell.ca> Date: Wed, 10 Sep 2003 20:05:00 -0000 From: Creighton MacDonnell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Re: Problem with COM1 port from with GDB 5.3 under cygwin 1.5.3-1 References: <3F5F2C94.31945.291668BC@localhost> <3F5F5C7D.5659.2D0964@localhost> <3F5F55F1.9020905@macdonnell.ca> <20030910185624.GA2704@redhat.com> In-Reply-To: <20030910185624.GA2704@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00143.txt.bz2 Christopher Faylor wrote: >I wouldn't be >speculating on what other people should be doing. I'd be debugging the >problem myself. > That was my point.. We the GDB users will have to do some work. Not just ask on the Cygwin list. But I don't have time right now. I did take a look at the code. And I do not think that this will be less work than responding to E-mails. I have a working Cygwin installation, and the downloaded files to allow it to be reinstalled. So this is not a crisis for me. If anyone else needs these files to reconstruct a usable Cygwin system. let me know. > In the time it takes to send email, you could be >doing someting like > >cd gdb >ls *serial* > >and investigating the code there, setting breakpoints, etc. > >cgf > >