From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16768 invoked by alias); 10 Feb 2006 03:56:55 -0000 Received: (qmail 16755 invoked by uid 22791); 10 Feb 2006 03:56:55 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 10 Feb 2006 03:56:53 +0000 Received: from kahikatea.snap.net.nz (p202-124-115-210.snap.net.nz [202.124.115.210]) by viper.snap.net.nz (Postfix) with ESMTP id 390B1744E64; Fri, 10 Feb 2006 16:56:49 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 500) id 163808890; Fri, 10 Feb 2006 16:55:56 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17388.3787.325485.483437@kahikatea.snap.net.nz> Date: Fri, 10 Feb 2006 03:56:00 -0000 To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Doco for GDB/MI In-Reply-To: References: <17387.47466.567939.339554@kahikatea.snap.net.nz> 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-02/txt/msg00234.txt.bz2 > > This patch reflects recent changes in MI output due to fullname being > > added to print_one_breakpoint (-break-insert and -break-info use this > > command too.), adds the times field where needed, corrects a couple of > > typos, updates the general form given for output of -break-insert (very > > out of date) and abbreviates some unnecessarily long fullnames. > > Thanks. > > > OK to commit? > > Yes, after you take care of the following gotchas: Committed. I've broken up the long lines and used an underscore in place of the whitespace. Thanks, Nick