From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25058 invoked by alias); 20 Aug 2003 03:21:41 -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 25037 invoked from network); 20 Aug 2003 03:21:40 -0000 Received: from unknown (HELO igw2.watson.ibm.com) (129.34.20.6) by sources.redhat.com with SMTP; 20 Aug 2003 03:21:40 -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 h7K3JBj04300; Tue, 19 Aug 2003 23:19:11 -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 h7K3LT154564; Tue, 19 Aug 2003 23:21:29 -0400 Received: (from jimix@localhost) by kitch0.watson.ibm.com (AIX4.3/8.9.3p2/8.9.3/09-18-2002) id XAA69268; Tue, 19 Aug 2003 23:21:29 -0400 From: Jimi Xenidis MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16194.59704.429271.680884@kitch0.watson.ibm.com> Date: Wed, 20 Aug 2003 03:21: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: <20030820030931.GA2109@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> X-SW-Source: 2003-08/txt/msg00334.txt.bz2 >>>>> "DJ" == Daniel Jacobowitz writes: DJ> On Tue, Aug 19, 2003 at 10:57:29PM -0400, Jimi Xenidis wrote: DJ> set_gdbarch_software_single_step? You couldn't do it DJ> architecture-independently, perhaps. I could not figure out how to trigger, from user space, a call to this function toggeling between some known function pointer and NULL. Did I miss it or perhaps another command (not "set") would suffice? -JX