This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB 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: gdb/1250 [regression] bad backtrace when function that calls 'abort' at end


The following reply was made to PR backtrace/1250; it has been noted by GNATS.

From: Michael Elizabeth Chastain <mec@shout.net>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: gdb/1250 [regression] bad backtrace when function that calls 'abort' at end
Date: Fri, 8 Aug 2003 17:59:21 -0400

 This works now if the calling function is compiled with -gdwarf-2
 or with -gstabs+.  Tested with both gdb HEAD and gdb gdb_6_0-branch.
 
 It still breaks if the calling function is compiled with no "-g" flag.
 This breaks a long tradition of gdb, which is that gdb can backtrace
 through code with no debugging symbols, such as library code.
 
 Michael C


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