From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13316 invoked by alias); 16 Nov 2014 19:23:18 -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 13307 invoked by uid 89); 16 Nov 2014 19:23:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f179.google.com Received: from mail-pd0-f179.google.com (HELO mail-pd0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 16 Nov 2014 19:23:16 +0000 Received: by mail-pd0-f179.google.com with SMTP id g10so19946364pdj.10 for ; Sun, 16 Nov 2014 11:23:15 -0800 (PST) X-Received: by 10.68.179.129 with SMTP id dg1mr24169985pbc.113.1416165794902; Sun, 16 Nov 2014 11:23:14 -0800 (PST) Received: from seba.sebabeach.org.gmail.com (173-13-178-53-sfba.hfc.comcastbusiness.net. [173.13.178.53]) by mx.google.com with ESMTPSA id y2sm33109038pdp.31.2014.11.16.11.23.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Nov 2014 11:23:14 -0800 (PST) From: Doug Evans To: Joel Brobecker Cc: "Maciej W. Rozycki" , gdb-patches@sourceware.org, Rich Fuhler , Richard Sandiford Subject: Re: [PATCH v2 1/2] ISA bit treatment on the MIPS platform References: <20120611182043.GA7597@adacore.com> <20141006141017.GL6927@adacore.com> Date: Sun, 16 Nov 2014 19:23:00 -0000 In-Reply-To: <20141006141017.GL6927@adacore.com> (Joel Brobecker's message of "Mon, 6 Oct 2014 07:10:17 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00379.txt.bz2 Joel Brobecker writes: > Hello everyone, > > On Mon, Oct 06, 2014 at 01:41:50AM +0100, Maciej W. Rozycki wrote: >> Joel, >> >> I'd like to get back to this review, this change is important for >> reliable debugging compressed code, as test results quoted below indicate. > > I am going to need help to get this patch reviewed. I don't think > I'll have the availability to give it the attention it deserves > for at least a week or two :-(. Any takers? Otherwise, I'll keep it > at the top of my gdb-patches list. For future reference, I didn't see this until now. Please feel free to include me directly in the To list for such requests. Especially *anything* affecting symbols and the dwarf reader. Cheers.