From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23394 invoked by alias); 28 Mar 2008 15:59:49 -0000 Received: (qmail 23373 invoked by uid 22791); 28 Mar 2008 15:59:47 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 28 Mar 2008 15:59:19 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 7832A983AA; Fri, 28 Mar 2008 15:59:17 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 4FB8398060; Fri, 28 Mar 2008 15:59:17 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JfGz6-0005qw-El; Fri, 28 Mar 2008 11:59:16 -0400 Date: Fri, 28 Mar 2008 15:59:00 -0000 From: Daniel Jacobowitz To: Aleksandar Ristovski Cc: gdb-patches@sourceware.org Subject: Re: [RFC] gdb.mi tests Message-ID: <20080328155916.GA22240@caradoc.them.org> Mail-Followup-To: Aleksandar Ristovski , gdb-patches@sourceware.org References: <47ED0DAB.1040406@qnx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47ED0DAB.1040406@qnx.com> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-03/txt/msg00466.txt.bz2 On Fri, Mar 28, 2008 at 11:24:27AM -0400, Aleksandar Ristovski wrote: > 2008-03-28 Aleksandar Ristovski > > * lib/mi-support.exp: Rename mi_gdb_start to default_mi_gdb_start > and > add mi_gdb_start to simply call the default one. Brings mi-support > in line with gdb.exp. This is OK. The changelog entry should describe the functions which changed; if you want to include an overall "purpose of this change" comment, it goes at the top. Like this: Bring mi-support in line with gdb.exp. * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start. (mi_gdb_start): New function. -- Daniel Jacobowitz CodeSourcery