From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31723 invoked by alias); 6 Feb 2006 21:55:48 -0000 Received: (qmail 31715 invoked by uid 22791); 6 Feb 2006 21:55:47 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 06 Feb 2006 21:55:46 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F6EKm-0007v7-Ip for gdb-patches@sourceware.org; Mon, 06 Feb 2006 16:55:44 -0500 Date: Mon, 06 Feb 2006 21:55:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [PATCH] Add fullname field for MI -break-info command Message-ID: <20060206215544.GB29510@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <200601241932.16022.ghost@cs.msu.su> <20060124165136.GF28357@brasko.net> <20060201223232.GB14187@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i 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-02/txt/msg00136.txt.bz2 On Thu, Feb 02, 2006 at 10:06:58AM +0300, Vladimir Prus wrote: > Changelog entry: > > 2006-02-02 Vladimir Prus > > * breakpoint.c (print_one_breakpoint): For MI-like UI, output > 'fullname' field. > * doc/gdb.texinit: Document the 'fullname' field in -break-list > output. > * testsuite/gdb.mi/mi-break.exp: Test for the 'fullname' field. > * testsuite/gdb.mi/mi2-break.exp: Likewise I've checked this in. FYI, here's what the ChangeLog entries I used looked like; testsuite and doc have their own. +2006-02-06 Vladimir Prus + + * breakpoint.c (print_one_breakpoint): For MI-like UI, output + fullname field. + +2006-02-06 Vladimir Prus + + * gdb.texinfo (Breakpoint table commands): Document the fullname + field in -break-list output. + +2006-02-06 Vladimir Prus + + * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname + field. + Did I already ask you about a copyright assignment? We don't need one for this patch, but may for future patches. -- Daniel Jacobowitz CodeSourcery