From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31051 invoked by alias); 21 Apr 2002 19:34:58 -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 31044 invoked from network); 21 Apr 2002 19:34:57 -0000 Received: from unknown (HELO gash2.peakpeak.com) (207.174.178.17) by sources.redhat.com with SMTP; 21 Apr 2002 19:34:57 -0000 Received: from creche.cygnus.com (ta0194.peakpeak.com [204.144.244.194]) by gash2.peakpeak.com (8.9.3/8.9.3) with ESMTP id NAA18693; Sun, 21 Apr 2002 13:24:49 -0600 Received: (from tromey@localhost) by creche.cygnus.com (8.9.3/8.9.3) id NAA09064; Sun, 21 Apr 2002 13:30:14 -0600 To: Daniel Jacobowitz Cc: gdb@sources.redhat.com Subject: Re: operate-and-get-next is off by one References: <20020421010329.A17137@nevyn.them.org> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom X-Zippy: FEELINGS are cascading over me!!! Date: Sun, 21 Apr 2002 12:34:00 -0000 In-Reply-To: Daniel Jacobowitz's message of "Sun, 21 Apr 2002 01:03:29 -0400" Message-ID: <87wuv0rgs9.fsf@creche.redhat.com> X-SW-Source: 2002-04/txt/msg00349.txt.bz2 >>>>> "Daniel" == Daniel Jacobowitz writes: Daniel> It appears to be "operate-and-get-command-after-next" right Daniel> now. It's skipping every other command... What system? How are you invoking gdb? I updated and rebuilt gdb from scratch on x86 Linux (RHL 6.2). operate-and-get-next seems to work fine in my simple test: p 1 p 2 p 3 C-n C-n C-n C-o C-o If you can tell me a simple way to reproduce the problem I will look at it. Tom