From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 755 invoked by alias); 20 Feb 2003 15:31:48 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 741 invoked from network); 20 Feb 2003 15:31:47 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 20 Feb 2003 15:31:47 -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 h1KFVlN26584 for ; Thu, 20 Feb 2003 10:31:47 -0500 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 h1KFVkf12996; Thu, 20 Feb 2003 10:31:46 -0500 Received: from localhost.localdomain (vpn50-1.rdu.redhat.com [172.16.50.1]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1KFVkO20565; Thu, 20 Feb 2003 10:31:46 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h1KFVeb07717; Thu, 20 Feb 2003 08:31:40 -0700 Date: Thu, 20 Feb 2003 15:31:00 -0000 From: Kevin Buettner Message-Id: <1030220153140.ZM7716@localhost.localdomain> In-Reply-To: Miles Bader "emulating single-step in gdbserver?" (Feb 20, 1:39pm) References: To: Miles Bader , gdb@sources.redhat.com Subject: Re: emulating single-step in gdbserver? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00410.txt.bz2 On Feb 20, 1:39pm, Miles Bader wrote: > I thought gdb might already support an emulated singlestep by always > setting a temporary breakpoint at the next insn, but from a quick > perusal of the source, it seems not. Take a look at SOFTWARE_SINGLE_STEP. Kevin