bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

local variables not visible


From: Peter Hoffmann
Subject: local variables not visible
Date: Sun, 25 Mar 2001 12:18:56 +0200

Dear Mr/Ms gdb;

My favorite debugger, but I can not upgrade from 4.17 to neither 4.18 nor 5.0
because some local variables are not visible when compiled with -g:

if(a==0)
{
   double notvisible =0;
}

If I compile with -ggdb, the variable gets visible, but the size of the code
gets doubled - very slow load.  -m486 does not help either. 

I tried recompiling the source code with confid i586-redhat-linux. 

Please advise if you have time:
Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]