Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Unable to step over (n and ni) on mipsel-linux...
@ 2004-08-20 19:02 David Daney
  2004-08-20 19:20 ` Theodore A. Roth
  2004-08-23 17:14 ` Andrew Cagney
  0 siblings, 2 replies; 12+ messages in thread
From: David Daney @ 2004-08-20 19:02 UTC (permalink / raw)
  To: gdb

GNU gdb 6.2_2004-08-19-cvs

from the gdb_6_2-branch yesterday.

../gdbcvs/src/configure  --build=i686-pc-linux --host=mipsel-linux
--target=mipsel-linux --enable-tui=no

Most of the time when I do next or nexti, gdb is treating it as if I did
step or stepi.

I have tracked the problem down to this portion of code:

infrun.c: 2322
.
.
.
  if (frame_id_eq (frame_unwind_id (get_current_frame ()),
                   step_frame_id))
    {
      /* It's a subroutine call.  */
      CORE_ADDR real_stop_pc;
.
.
.

When there is a subroutine call this if statement fails.  It never
thinks "It's a subroutine call."

Something is horked up in the frame code, but I cannot figure out where.

David Daney.



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-08-24 19:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-20 19:02 Unable to step over (n and ni) on mipsel-linux David Daney
2004-08-20 19:20 ` Theodore A. Roth
2004-08-23 17:14 ` Andrew Cagney
2004-08-23 18:04   ` David Daney
2004-08-23 18:26     ` Andrew Cagney
2004-08-23 18:42       ` David Daney
2004-08-23 18:48         ` Daniel Jacobowitz
2004-08-23 19:01           ` David Daney
2004-08-23 19:22             ` Daniel Jacobowitz
2004-08-24 19:29               ` Andrew Cagney
2004-08-23 19:05     ` Michael Chastain
2004-08-23 19:19       ` David Daney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox