From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24892 invoked by alias); 28 Aug 2002 05:10:08 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24875 invoked from network); 28 Aug 2002 05:10:07 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 28 Aug 2002 05:10:07 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA15185; Wed, 28 Aug 2002 08:07:20 +0300 (IDT) Date: Wed, 28 Aug 2002 07:14:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Keith Seitz cc: Michael Snyder , gdb-patches@sources.redhat.com Subject: Re: [RFC] Interpreters (~final) (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00932.txt.bz2 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!