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

V850 breakpoint support


The attached patches are required in order to support breakpoint
on the NEC/V850 (not V850e).  The major complication is that this
processor has variable length instructions (16, 32 bits) and the
"official" illegal instruction [normally used for breakpoints] is
32 bits.  Since GDB doesn't handle this very well, an alternate 
solution involving a useless instruction "br *" was chosen.


gdb.diffs-final


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