> Found the answer: send an "S05" packet. This is also the correct
> response to send for a single-step interrupt, so gdb will process the
> single-step correctly.
Just FYI,
The exact numbers are defined by ``gdb/defs.h/enum target_signal''.
TARGET_SIGNAL_INT (2) indicates that the program was interrupted.
TARGET_SIGNAL_TRAP (5) indicates that a breakpoint was hit. A
single-step is kind of like a magic breakpoint.
Andrew
_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb