From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10473 invoked by alias); 20 Aug 2003 13:54:16 -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 10292 invoked from network); 20 Aug 2003 13:54:15 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sources.redhat.com with SMTP; 20 Aug 2003 13:54:15 -0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [9.2.112.57]) by igw2.watson.ibm.com (8.11.7/8.11.4) with ESMTP id h7KDpnj146910; Wed, 20 Aug 2003 09:51:49 -0400 Received: from kitch0.watson.ibm.com (kitch0.watson.ibm.com [9.2.224.107]) by sp1n293en1.watson.ibm.com (8.11.7/8.11.7) with ESMTP id h7KDs7131714; Wed, 20 Aug 2003 09:54:07 -0400 Received: (from jimix@localhost) by kitch0.watson.ibm.com (AIX4.3/8.9.3p2/8.9.3/09-18-2002) id JAA73572; Wed, 20 Aug 2003 09:54:06 -0400 From: Jimi Xenidis MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16195.32126.452121.149822@kitch0.watson.ibm.com> Date: Wed, 20 Aug 2003 13:54:00 -0000 To: Daniel Jacobowitz Cc: Kevin Buettner , gdb-patches@sources.redhat.com, Andrew Cagney Subject: Re: Powerpc and software single step In-Reply-To: <20030820130712.GA8168@nevyn.them.org> References: <16185.27333.689024.383508@kitch0.watson.ibm.com> <1030819175512.ZM31220@localhost.localdomain> <20030819191300.GA24336@nevyn.them.org> <16194.42367.562777.115053@kitch0.watson.ibm.com> <20030820023005.GA1004@nevyn.them.org> <16194.58265.207405.586920@kitch0.watson.ibm.com> <20030820030931.GA2109@nevyn.them.org> <16194.59704.429271.680884@kitch0.watson.ibm.com> <20030820130712.GA8168@nevyn.them.org> X-SW-Source: 2003-08/txt/msg00337.txt.bz2 >>>>> "DJ" == Daniel Jacobowitz writes: DJ> On Tue, Aug 19, 2003 at 11:21:28PM -0400, Jimi Xenidis wrote: DJ> If you write a set command that has an associated sfunc, the sfunc can DJ> call whatever you wish. Take a look at the end of cp-abi.c. Ahhh this is exactly what I was looking for.. thank you -JX