From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8520 invoked by alias); 9 Sep 2003 17:55:36 -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 8495 invoked from network); 9 Sep 2003 17:55:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Sep 2003 17:55:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h89HtWl16382 for ; Tue, 9 Sep 2003 13:55:32 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h89HtUe23463; Tue, 9 Sep 2003 13:55:30 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h89HtSba019901; Tue, 9 Sep 2003 13:55:28 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h89HtMW21203; Tue, 9 Sep 2003 10:55:22 -0700 Date: Tue, 09 Sep 2003 17:55:00 -0000 From: Kevin Buettner Message-Id: <1030909175522.ZM21202@localhost.localdomain> In-Reply-To: Jimi Xenidis "Re: AHAH! Re: Patch to eliminate SOFTWARE_SINGLE_STEP from ppc Was: Powerpc and software single step" (Sep 9, 1:01pm) References: <3F4398EC.2050405@redhat.com> <16195.39851.78762.619597@kitch0.watson.ibm.com> <3F4440F0.30007@redhat.com> <16198.6133.411978.563514@kitch0.watson.ibm.com> <3F463CA9.5000900@redhat.com> <16198.21410.308896.588372@kitch0.watson.ibm.com> <3F465EFD.9020700@redhat.com> <16220.53590.956496.102996@kitch0.watson.ibm.com> <20030908190016.GB24747@nevyn.them.org> <16220.58287.637563.556990@kitch0.watson.ibm.com> <20030908202005.GA30286@nevyn.them.org> <16220.62220.290008.652878@kitch0.watson.ibm.com> <1030908220107.ZM6208@localhost.localdomain> <16221.61979.434255.784317@kitch0.watson.ibm.com> <1030909161519.ZM20803@localhost.localdomain> <16222.1885.6189.269410@kitch0.watson.ibm.com> To: Jimi Xenidis , Kevin Buettner Subject: Re: AHAH! Re: Patch to eliminate SOFTWARE_SINGLE_STEP from ppc Was: Powerpc and software single step Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com, Andrew Cagney MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00165.txt.bz2 On Sep 9, 1:01pm, Jimi Xenidis wrote: > >>>>> "KB" == Kevin Buettner writes: > > KB> Ideally, we'd have a GDB_OSABI_AIX constant to use for the test. > > ok, but I'll be using the if (from_xcoff_exec) early in the function > to assign info.osabi to it. > Is that acceptable for this patch, will submit if you agree. I'd prefer to see GDB_OSABI_AIX set via a sniffer. For the time being, you can just use ``from_xcoff_exec'' for the test. Please add a comment which indicates that the test ought to be eventually changed to use GDB_OSABI_AIX when it becomes available. (Actually, once things are properly split apart, the test goes away.) Kevin