From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27043 invoked by alias); 29 Jun 2005 02:14:44 -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 26975 invoked by uid 22791); 29 Jun 2005 02:14:38 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 29 Jun 2005 02:14:38 +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.11) with ESMTP id j5T2EaXR020758 for ; Tue, 28 Jun 2005 22:14:36 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j5T2Eau19833; Tue, 28 Jun 2005 22:14:36 -0400 Received: from [172.16.24.50] (bluegiant.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j5T2EYWM030027; Tue, 28 Jun 2005 22:14:34 -0400 Message-ID: <42C20409.9060709@redhat.com> Date: Wed, 29 Jun 2005 02:14:00 -0000 From: Michael Snyder User-Agent: Mozilla Thunderbird (X11/20050322) MIME-Version: 1.0 To: Daniel Jacobowitz CC: GDB Patches , mark.kettenis@xs4all.nl Subject: Re: [RFA] Take III, part 2: am33 linux corefile support References: <42C09C74.1010507@redhat.com> <20050628014317.GA6950@nevyn.them.org> In-Reply-To: <20050628014317.GA6950@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-06/txt/msg00378.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Jun 27, 2005 at 05:40:20PM -0700, Michael Snyder wrote: > > Could you explain why you needed a sniffer? > [...] > i.e. what's this covering that the generic sniffer won't. I can work > out the answer to the question in terms of ELF header flags, but I > assume you've got .note.ABI-tag like other Linux ports do. I dunno... I've never used this interface before. I just followed the first example I could find. Is there a generic sniffer?