From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1455 invoked by alias); 10 Feb 2014 07:43:44 -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 1443 invoked by uid 89); 10 Feb 2014 07:43:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 10 Feb 2014 07:43:42 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 8F77C1164CA; Mon, 10 Feb 2014 02:43:40 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mIvGLY1McIjd; Mon, 10 Feb 2014 02:43:40 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 360281164B0; Mon, 10 Feb 2014 02:43:40 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 22C4FE075B; Mon, 10 Feb 2014 11:43:40 +0400 (RET) Date: Mon, 10 Feb 2014 07:43:00 -0000 From: Joel Brobecker To: Jan Kratochvil 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: <20140210074340.GS5485@adacore.com> References: <20140206213003.GA19756@host2.jankratochvil.net> <52F4B930.1020209@redhat.com> <20140207171701.GA25187@host2.jankratochvil.net> <20140209175542.GA29472@host2.jankratochvil.net> <20140210020851.GQ5485@adacore.com> <20140210061753.GA22621@host2.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140210061753.GA22621@host2.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-02/txt/msg00280.txt.bz2 > I tried to search gdb, gdb-patches and wiki and I cannot find this page. Sorry, I should have been clearer. That's the wiki page we used to manage the GDB 7.6 branch: https://sourceware.org/gdb/wiki/GDB_7.6_Release (those pages are accessible from the wiki main page under "GDB Releases"). Regardless, ... > 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 This is perfect. Thank you! -- Joel