Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Feb 2011 15:00:32 GMT
From:      Bruce Cran <bruce@cran.org.uk>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/126721: gcc(1) g++(1) Compiling, assembling and linking code with debugging results in unusable debug information
Message-ID:  <201102171500.p1HF0WqA004382@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/126721; it has been noted by GNATS.

From: Bruce Cran <bruce@cran.org.uk>
To: bug-followup@FreeBSD.org, pip88nl@gmail.com
Cc:  
Subject: Re: bin/126721: gcc(1) g++(1) Compiling, assembling and linking
 code with debugging results in unusable debug information
Date: Thu, 17 Feb 2011 14:56:37 +0000

 Using -gstabs (or -gstabs+) appears to produce valid debugging
 information, but the line information doesn't appear correct:
 
 (gdb) r
 Starting program: /usr/home/brucec/test
 
 Program received signal SIGSEGV, Segmentation fault.
 0x080484eb in main () at test.s:7
 7               .stabs  "complex long double:t(0,3)=R3;24;0;",128,0,0,0
 (gdb) bt
 #0  0x080484eb in main () at test.s:7
 
 -- 
 Bruce Cran



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102171500.p1HF0WqA004382>