X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.8 required=5.0	tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE
X-Spam-Check-By: sourceware.org
X-Authority-Analysis: v=2.0 cv=ReYS+iRv c=1 sm=0 a=sdUPtLFK3cAoz0hjCz0EuQ==:17 a=uk15E-y_rtQA:10 a=OHDxHPYXlGIA:10 a=Ad7-qYw5Qy4A:10 a=-gq30cMvQh8A:10 a=8nJEP1OIZ-IA:10 a=ayC55rCoAAAA:8 a=mDV3o1hIAAAA:8 a=0ER-ykD51aSQPK7UtcUA:9 a=ilkcPsCTgAZy9Rk1kA8A:7 a=wPNLvfGTeEIA:10 a=dI9p-avQWAUA:10 a=sdUPtLFK3cAoz0hjCz0EuQ==:117
Message-ID: <4FA33D13.4080609@ateb.com>
Date: Thu, 03 May 2012 22:21:07 -0400
From: Reid Thompson <reid.thompson@ateb.com>
Reply-To: reid.thompson@ateb.com
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Short gdb question.
References: <4FA31928.9030200@cfl.rr.com>
In-Reply-To: <4FA31928.9030200@cfl.rr.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Note-from-DJ: This may be spam

On 5/3/2012 7:47 PM, eric_justin_allan@cfl.rr.com wrote:
> Is this the right place to suggest that gdb be upgraded for cygwin. If 
> not where could I suggest that? If this is an acceptable place then 
> can I add here that if you guys do upgrade gdb that I was hoping you 
> could make it a bit more detailed maybe make it to show a bit more 
> information about crashes. An example is that I m working with a 
> linked list and when the program crashes gdb prints out and only 
> prints out the words below this text. I am left clueless about the error.
>
> Program received signal SIGABRT, Aborted.
> 0x7ffe0304 in ?? ()
>
>
Just...
download, configure, make, make install
http://ftp.gnu.org/gnu/gdb/

$ /opt/removethis/bin/gdb.exe --version
GNU gdb (GDB) 7.4
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-pc-cygwin".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

