From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22186 invoked by alias); 10 Dec 2002 06:13:03 -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 22177 invoked from network); 10 Dec 2002 06:13:01 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 10 Dec 2002 06:13:01 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA16427; Tue, 10 Dec 2002 08:12:44 +0200 (IST) Date: Mon, 09 Dec 2002 22:17:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: "J. Johnston" cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: Proposed patch for gdb/mi 741 In-Reply-To: <3DF534DC.1020809@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-12/txt/msg00318.txt.bz2 On Mon, 9 Dec 2002, J. Johnston wrote: > No problem. Hopefully the last iteration. I added the > reset option to -environment-path and also added new tests > to mi-basics.exp. The Makefile.in has been cleaned > up properly w/r the header files and I fixed the typo you noticed > in the call to mi_getopt. The doco patch is approved, with one minor gripe: you don't really explain the syntax of adding multiple directories. One of the examples suggests that they should be separated by a colon, but that's probably not true for the DOS/Windows ports, where a semicolon should be used, right? I suggest to add something about this to the doco. Thanks.