Date: Sun, 17 May 1998 13:58:17 +0300 (IDT) From: Eli Zaretskii To: Andrew Crabtree cc: djgpp AT delorie DOT com Subject: Re: BUG in gcc ? In-Reply-To: <6jfvn7$dui$1@rosenews.rose.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 14 May 1998, Andrew Crabtree wrote: > I am thinking I will switch pgcc over to default -gstabs now. My only > concern is that fsdb doesn't support stabs. Don't know how many people > (besides myself) still use that though. I use FSDB sometimes, especially when I need to find bugs with overwriting memory. There's nothing like FSDB's data-write breakpoints to hunt these down (GDB's watchpoints don't work for me, at least in 4.16--has anybody got them to work yet?). I just used FSDB again this weekend to find some particulary nasty bug in info.exe. FSDB also has some unique features for debugging FP code and assembly programs. That said, you can always use -gcoff to get the old case.