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: 'next' command broken on sparc


   Date: Tue, 15 Feb 2005 15:35:16 +0100
   From: =?ISO-8859-1?Q?Dieter_St=FCken?= <stueken@conterra.de>

   I frequently observe the 'next' command not to stop
   at then next line. Instead the program continues to the end.
   Similar problems are reported some time ago in conjunction
   with mips, threads or shlibs.

I doubt that this is related to the MIPS issue.  Unfortunately it's
not easy to establish what the cause is.  I noticed that you use gcc
3.4.3.  It might be that the compiler is optimizing in ways that GDB
looses track.  If you can't produce a smallish example that shows the
problem, can you provide me with the disassembled code from the
function where things go wrong, and the functions that are called by
that function around that point?

Mark


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