From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16040 invoked by alias); 22 Sep 2012 13:15:52 -0000 Received: (qmail 16031 invoked by uid 22791); 22 Sep 2012 13:15:51 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 22 Sep 2012 13:15:09 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8MDF7NA024486 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 22 Sep 2012 09:15:08 -0400 Received: from host2.jankratochvil.net (ovpn-113-58.phx2.redhat.com [10.3.113.58]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8MDF3GQ014149 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 22 Sep 2012 09:15:06 -0400 Date: Sat, 22 Sep 2012 13:15:00 -0000 From: Jan Kratochvil To: Mohsan Saleem Cc: Keith Seitz , Yao Qi , "gdb-patches@sourceware.org" Subject: Re: gdb bug 12417 Message-ID: <20120922131502.GA31104@host2.jankratochvil.net> References: <1347974206.13036.YahooMailNeo@web114403.mail.gq1.yahoo.com> <5059CC1D.1040105@redhat.com> <1348070823.10464.YahooMailNeo@web114407.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1348070823.10464.YahooMailNeo@web114407.mail.gq1.yahoo.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-09/txt/msg00468.txt.bz2 On Wed, 19 Sep 2012 18:07:03 +0200, Mohsan Saleem wrote: > I am trying to understanding how to write ChangeLog entry. http://www.gnu.org/prep/standards/standards.html#Change-Logs > For "null" problem I was thinking to replace it with empty string(name = ""). Is it OK?  Why is "(null)" happenning there? This will say how to deal with it. > Do I need to change testcase files *.exp if there are regressions in any? It depends, you should check unpatched gdb.log -> patched gdb.log what are the changes there. Depending on the reason either improvide/fix your code patch or update the expected text in the .exp files. Thanks, Jan