This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Short gdb question.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]