This is the mail archive of the gdb-patches@sources.redhat.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]
Other format: [Raw text]

Re: [Patch] add implementation of stack-info-frame MI command


On Thu, 25 Jul 2002, Andrew Cagney wrote:

> See my post to GDB@.  I think this should be handled as an event and not
> as a command.

As Mo has implemented, -stack-info-frame would return the very same
information as -stack-info-depth. I always thought that -stack-info-frame
would give information about the current (or given) frame, i.e., saved pc,
saved registers, etc.

> The user entering a command like ``up'' needs to trigger the event
> notification anyway.

As for "up"/"down"/"frame" commands to the console, I have already
implemented a notification event on the "mi branch".

Keith



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