From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21504 invoked by alias); 6 Jul 2005 13:57:20 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 21487 invoked by uid 22791); 6 Jul 2005 13:57:15 -0000 Received: from pluton.ispras.ru (HELO pluton.ispras.ru) (83.149.199.253) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Wed, 06 Jul 2005 13:57:15 +0000 Received: (qmail 86074 invoked from network); 6 Jul 2005 13:51:58 -0000 Received: from unknown (HELO truba.ispras.ru) (83.149.198.41) by pluton.ispras.ru with SMTP; 6 Jul 2005 13:51:58 -0000 Received: from truba.ispras.ru (root@localhost) by truba.ispras.ru (8.13.1/8.13.1) with SMTP id j66Dbi1N002028 for ; Wed, 6 Jul 2005 17:37:44 +0400 Received: from ispserv.ispras.ru (ispserv [83.149.198.72]) by truba.ispras.ru (8.13.1/8.13.1) with ESMTP id j66Dbin3002018; Wed, 6 Jul 2005 17:37:44 +0400 Received: from ispserv.ispras.ru (localhost [127.0.0.1]) by ispserv.ispras.ru (8.12.8/8.12.8) with ESMTP id j66Dh2DA022634; Wed, 6 Jul 2005 17:43:02 +0400 Received: from localhost (kostik@localhost) by ispserv.ispras.ru (8.12.8/8.12.8/Submit) with ESMTP id j66Dh2YM022630; Wed, 6 Jul 2005 17:43:02 +0400 Date: Wed, 06 Jul 2005 13:57:00 -0000 From: Karganov Konstantin To: Daniel Jacobowitz cc: gdb@sources.redhat.com Subject: Re: MI usage inside a user-defined commands In-Reply-To: <20050706135004.GA25977@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through X-SW-Source: 2005-07/txt/msg00040.txt.bz2 > The ability to use CLI syntax in MI mode is documented in the manual as > an unsupported, transitional feature. It is documented, that "MI accepts existing CLI commands" (section 24.4) and nothing is said about "unsupported" or "transitional" :) > it's not to be used by frontends. That is clear, since the output format will be the mess of CLI and MI output. Best regards, Konstantin.