sergev / ejtagproxy

GDB interface utility for MIPS processors, including PIC32
24 stars 6 forks source link

Debug mode exceptions corrupt DEPC register #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Accessing an invalid address while in debug mode will cause an
exception which modifies DEPC. When the target is continued it
will start execution at the modified DEPC value

(gdb) x/x 0
(gdb) c

Target will take an immediate exception with epc pointing to DMSEG

Original issue reported on code.google.com by ch...@mips.com on 8 Mar 2014 at 2:53

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision r50.
Thanks you for a fix, Chris.

Original comment by se...@vak.ru on 17 Mar 2014 at 5:26