From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14652 invoked by alias); 11 Jun 2006 19:27:24 -0000 Received: (qmail 14644 invoked by uid 22791); 11 Jun 2006 19:27:23 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 11 Jun 2006 19:27:22 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-34-236.inter.net.il [80.230.34.236]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DRO56755 (AUTH halo1); Sun, 11 Jun 2006 22:27:11 +0300 (IDT) Date: Sun, 11 Jun 2006 19:27:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: gdb-patches@sources.redhat.com In-reply-to: <17547.60705.62123.543072@kahikatea.snap.net.nz> (message from Nick Roberts on Sun, 11 Jun 2006 22:14:57 +1200) Subject: Re: [PATCH] MI Doco Reply-to: Eli Zaretskii References: <17535.33986.598009.914783@kahikatea.snap.net.nz> <17536.4472.263731.425097@kahikatea.snap.net.nz> <17538.8607.697546.427486@kahikatea.snap.net.nz> <17546.915.125070.943811@kahikatea.snap.net.nz> <17547.15381.217912.425365@kahikatea.snap.net.nz> <17547.60705.62123.543072@kahikatea.snap.net.nz> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00142.txt.bz2 > From: Nick Roberts > Date: Sun, 11 Jun 2006 22:14:57 +1200 > Cc: gdb-patches@sources.redhat.com > > @cindex compatibility, @sc{gdb/mi} and CLI > @cindex @sc{gdb/mi}, compatibility with CLI > > For the developers convenience CLI commands can be entered directly, > but there may be some unexpected behaviour. For example, commands > that query the user will behave as if the user replied yes, breakpoint > command lists are not executed and some CLI commands, such as @code{if}, > @code{when} and @code{define}, prompt for further input with @samp{>}, > which is not valid MI output. > > This feature may be removed at some stage in the future and it is > recommended that front ends use the @code{-interpreter-exec} command > (@pxref{-interpreter-exec}). This is fine, thanks.