From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28147 invoked by alias); 29 Jun 2005 02:16: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 28125 invoked by uid 22791); 29 Jun 2005 02:16:37 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 29 Jun 2005 02:16:37 +0000 Received: from drow by nevyn.them.org with local (Exim 4.51) id 1DnS7v-0004oj-Jf; Tue, 28 Jun 2005 22:16:35 -0400 Date: Wed, 29 Jun 2005 02:16:00 -0000 From: Daniel Jacobowitz To: Michael Snyder Cc: GDB Patches , mark.kettenis@xs4all.nl Subject: Re: [RFA] Take III, part 2: am33 linux corefile support Message-ID: <20050629021635.GA18477@nevyn.them.org> Mail-Followup-To: Michael Snyder , GDB Patches , mark.kettenis@xs4all.nl References: <42C09C74.1010507@redhat.com> <20050628014317.GA6950@nevyn.them.org> <42C20409.9060709@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42C20409.9060709@redhat.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-06/txt/msg00379.txt.bz2 On Tue, Jun 28, 2005 at 07:14:33PM -0700, Michael Snyder wrote: > 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? The generic sniffers are wired up by default, they're in osabi.c. For instance see mips-linux-tdep.c - you wouldn't want to iterate over all machine numbers, just the two you want, but... -- Daniel Jacobowitz CodeSourcery, LLC