This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFC] Interpreters (~final) (fwd)
- From: Eli Zaretskii <eliz at is dot elta dot co dot il>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Michael Snyder <msnyder at redhat dot com>, gdb-patches at sources dot redhat dot com
- Date: Wed, 28 Aug 2002 08:07:20 +0300 (IDT)
- Subject: Re: [RFC] Interpreters (~final) (fwd)
On Tue, 27 Aug 2002, Keith Seitz wrote:
> For example, on my interps branch, one can use the "interpreter-exec"
> MI command to run a CLI command:
>
> (gdb)
> -interpreter-exec console "break main"
> ~"Breakpoint 3 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
> =breakpoint-create,number="3"
> ^done
> (gdb)
I think this is a great feature (required also for Emacs's GUD interface
to switch to MI instead of using the (deprecated) annotations). However,
I think it should be documented in the GDB manual (more accurately in
gdbmi.texinfo).
Thanks!