From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9318 invoked by alias); 13 Feb 2004 19:13:59 -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 9311 invoked from network); 13 Feb 2004 19:13:59 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 13 Feb 2004 19:13:59 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id D76D5357B; Fri, 13 Feb 2004 11:13:57 -0800 (PST) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i1DJDvOi015675; Fri, 13 Feb 2004 11:13:57 -0800 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i1DJDtMT015671; Fri, 13 Feb 2004 11:13:55 -0800 Date: Fri, 13 Feb 2004 19:13:00 -0000 Message-Id: <200402131913.i1DJDtMT015671@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] add-symbol-file-from-memory command In-Reply-To: Andrew Cagney's message of Friday, 13 February 2004 10:54:31 -0500 <402CF337.50805@gnu.org> X-Antipastobozoticataclysm: When George Bush projectile vomits antipasto on the Japanese. X-SW-Source: 2004-02/txt/msg00349.txt.bz2 > > + nbfd = bfd_elf_bfd_from_remote_memory (templ, addr, &loadbase, > > + target_read_memory); > > FYI, I'm going to fix this hack. Can you elaborate on what you are talking about?