bug-gdb
[Top][All Lists]
Advanced

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

Re: 'e' command?


From: Andrew Cagney
Subject: Re: 'e' command?
Date: Wed, 27 Feb 2002 10:18:13 -0500
User-agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]