From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15374 invoked by alias); 3 Oct 2003 22:34:43 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15367 invoked from network); 3 Oct 2003 22:34:42 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 3 Oct 2003 22:34:42 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 81B5A2B89; Fri, 3 Oct 2003 18:34:37 -0400 (EDT) Message-ID: <3F7DF97D.5020908@redhat.com> Date: Fri, 03 Oct 2003 22:34:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Blandy Cc: Roland McGrath , Mark Kettenis , Kevin Buettner , Daniel Jacobowitz , Andreas Schwab , Scott Bambrough , gdb-patches@sources.redhat.com Subject: Re: [PATCH] add-symbol-file-from-memory command References: <200310030427.h934REdK018487@magilla.sf.frob.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00065.txt.bz2 > Roland McGrath writes: > >> I posted this originally back in May, and got no response whatsoever. I've >> updated the patch to work with current mainline gdb and tested it again. I >> hope there will be some response this time. This new user command is not >> important, but this code needs review as it will form part of the support >> for backtraces from system calls to work on Linux 2.6 kernels. > > > This is important thing to get right; I'm sorry it wasn't reviewed > promptly back in May. FYI An upstream BFD problem, on which this patch depends, wasn't resolved. Consequently, there there was no reason to review the patch - Roland should be aware of this since it was Roland's upstream BFD change that wasn't resolved. (Jim, you should remember this, it's where the word "closure" came from). Andrew