This is the mail archive of the gdb@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: problem setting displays


Hi,

In an attempt to circumvent the problems which I reported with the
"display" command in gdb, I tried the "print" command, to get the value of
a variable just once. This did not help. The same errors were reported by
gdb as when I used the "display" command. Who can help?
That (in a sense) is good news. It eliminates display from the problem.

I suspect it is a problem in either the fortran (that was fortran right :-) parser or the code that handes fortran variable scopes. The other possability is that GDB loaded in additional debug information (gdb does this when it first hits a breakpoint for an object file) and that made the expression invalid.

sorry, just guesses.
Andrew



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