[Prev][Next][Index][Thread]

Re: serial remote debugging with oskit and gdb



The "e" command is new.  You can use the various "set remote" commands to
tell gdb not to try to use these new features.  You can also complain to
them that they broke compatibility by default and that the GDB manual fails
to document these new protocol commands.  The latter definitely deserves
complaint.  But it could be that the oskit stub is not properly responding
to commands it does not recognize, since gdb seems to try to detect whether
the stub supports fancy commands and stop using them if it doesn't.

Definitely do "set debug remote 1" and then try this.


Follow-Ups: References: