From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1915 invoked by alias); 10 Feb 2014 06:18:09 -0000 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 Received: (qmail 1904 invoked by uid 89); 10 Feb 2014 06:18:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2014 06:18:08 +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 s1A6I0Cb002951 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 10 Feb 2014 01:18:00 -0500 Received: from host2.jankratochvil.net (ovpn-116-25.ams2.redhat.com [10.36.116.25]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s1A6Hrrn012727 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Mon, 10 Feb 2014 01:17:55 -0500 Date: Mon, 10 Feb 2014 06:18:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Phil Muldoon , gdb-patches@sourceware.org Subject: Re: [commit+7.7] [patch] [python] Re: GDB crashing on gdb.python/py-linetable.exp Message-ID: <20140210061753.GA22621@host2.jankratochvil.net> References: <20140206213003.GA19756@host2.jankratochvil.net> <52F4B930.1020209@redhat.com> <20140207171701.GA25187@host2.jankratochvil.net> <20140209175542.GA29472@host2.jankratochvil.net> <20140210020851.GQ5485@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140210020851.GQ5485@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00279.txt.bz2 Hi Joel, On Mon, 10 Feb 2014 03:08:51 +0100, Joel Brobecker wrote: > See the 7.6 branch management page. I tried to search gdb, gdb-patches and wiki and I cannot find this page. I hope I have modified it as expected https://sourceware.org/gdb/wiki/GDB_7.7_Release?action=diff&rev2=118&rev1=117 https://sourceware.org/bugzilla/show_bug.cgi?id=16547 Thanks, Jan