This is the mail archive of the gdb-prs@sourceware.org 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]

[Bug gdb/14458] GDB on Pandaboard: can't single-step code (next)


http://sourceware.org/bugzilla/show_bug.cgi?id=14458

Pedro Alves <palves at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palves at redhat dot com

--- Comment #1 from Pedro Alves <palves at redhat dot com> 2012-11-28 17:59:22 UTC ---
It's hard to tell what could be wrong.  Things like these happening most
frequently tend to be bugs in gdb's software single-step implementation (though
those are rare nowadays), which you'd need to debug (look for arm_get_next_pc),
or in the unwinders (step working, but "next" not, would be an indication), but
it could also be a whole range of different other things.  "set debug infrun 1"
might shed some more light.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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