From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4190 invoked by alias); 7 Jul 2005 12:21:13 -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 4166 invoked by uid 22791); 7 Jul 2005 12:21:07 -0000 Received: from pluton.ispras.ru (HELO pluton.ispras.ru) (83.149.199.253) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Thu, 07 Jul 2005 12:21:07 +0000 Received: (qmail 26211 invoked from network); 7 Jul 2005 12:15:45 -0000 Received: from unknown (HELO truba.ispras.ru) (83.149.198.41) by pluton.ispras.ru with SMTP; 7 Jul 2005 12:15:45 -0000 Received: from truba.ispras.ru (root@localhost) by truba.ispras.ru (8.13.1/8.13.1) with SMTP id j67C1TEB022250 for ; Thu, 7 Jul 2005 16:01:29 +0400 Received: from ispserv.ispras.ru (ispserv [83.149.198.72]) by truba.ispras.ru (8.13.1/8.13.1) with ESMTP id j67C1TvA022240; Thu, 7 Jul 2005 16:01:29 +0400 Received: from ispserv.ispras.ru (localhost [127.0.0.1]) by ispserv.ispras.ru (8.12.8/8.12.8) with ESMTP id j67C6pDA025553; Thu, 7 Jul 2005 16:06:51 +0400 Received: from localhost (kostik@localhost) by ispserv.ispras.ru (8.12.8/8.12.8/Submit) with ESMTP id j67C6mVD025549; Thu, 7 Jul 2005 16:06:51 +0400 Date: Thu, 07 Jul 2005 12:21: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/msg00067.txt.bz2 > The ability to use CLI syntax in MI mode is documented in the manual as > an unsupported, transitional feature. By the way, the -gdb-set command is described as "Set an internal GDB variable. The corresponding GDB command is set". >From the description it is unclear - is "-gdb-set var" an ocasional undocumented feature or the correct way of setting program variables. I suggest it's better for the docs to state this explicitly. Best regards, Konstantin.