> Does anyone know where the remote target 'e' command is documented?
> This is a new command sent to a gdb target from gdb, and I would like
> to support it.

e is step out of range.  Its intent is to improve single step performance.

Unfortunatly it isn't documented and (due to a number of underlying
problems in the core of GDB) has just been disabled.  GDB 5.2 is around
the corner so disabling it was the safest option :-/

The intent is to review the situtation and try to fix the underlying
problems.

enjoy,
Andrew


_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to