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]

Re: V850 breakpoint support


Gary Thomas wrote:
> 
> 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.

Yep fine.  Thanks for this one.

	Andrew

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