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/12493] GDB Singe-Step Error: Windows (MinGW) GDB 7.x Under certain conditions, attempts to Single Step result in the error: "Error accessing memory address 0xxxxxxxx: Input/output error"


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

--- Comment #3 from Pedro Alves <palves at redhat dot com> 2013-04-03 13:05:05 UTC ---
BTW, that error usually indicates something wrong with gdb's software
single-step implementation bit that decides what the PC will be after the
instruction being stepped executes (in order to place a breakpoint there).

A disassemble of the code that is failed to step would be useful, along with
perhaps a "set debug infrun 1" log.

-- 
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]