From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5662 invoked by alias); 21 Sep 2004 01:38:04 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 5649 invoked from network); 21 Sep 2004 01:38:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Sep 2004 01:38:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i8L1c4O3008633 for ; Mon, 20 Sep 2004 21:38:04 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i8L1c4r18908; Mon, 20 Sep 2004 21:38:04 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i8L1c3729985; Mon, 20 Sep 2004 21:38:03 -0400 Received: from greed.delorie.com (localhost [127.0.0.1]) by greed.delorie.com (8.12.11/8.12.10) with ESMTP id i8L1c0KT026978; Mon, 20 Sep 2004 21:38:00 -0400 Received: (from dj@localhost) by greed.delorie.com (8.12.11/8.12.11/Submit) id i8L1c0HA026974; Mon, 20 Sep 2004 21:38:00 -0400 Date: Tue, 21 Sep 2004 01:38:00 -0000 Message-Id: <200409210138.i8L1c0HA026974@greed.delorie.com> From: DJ Delorie To: ian@wasabisystems.com CC: ac131313@redhat.com, binutils@sources.redhat.com In-reply-to: (message from Ian Lance Taylor on 20 Sep 2004 20:57:08 -0400) Subject: Re: [rfa] Add bfd_runtime References: <40E1FF7A.10405@redhat.com> <40E2CB85.2030607@redhat.com> <40EAAF53.8070001@redhat.com> <414F63A3.2050009@redhat.com> X-SW-Source: 2004-09/txt/msg00214.txt.bz2 > My understanding is that the runtime images which you are talking > about are just like object files. Why wouldn't an in-memory execution image be a corefile type? It can't be *that* different than an on-disk execution image. GDB treats the two similarly, bfd should too. And, as a bonus, it's actually in core! ;-)