From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8492 invoked by alias); 22 Jan 2009 07:04:36 -0000 Received: (qmail 8478 invoked by uid 22791); 22 Jan 2009 07:04:35 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Jan 2009 07:04:29 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id n0M74Rg5018446 for ; Wed, 21 Jan 2009 23:04:27 -0800 Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by zps76.corp.google.com with ESMTP id n0M74Psf010416 for ; Wed, 21 Jan 2009 23:04:25 -0800 Received: by localhost (Postfix, from userid 67641) id D46741C72DD; Wed, 21 Jan 2009 23:04:24 -0800 (PST) To: gdb-patches@sourceware.org Subject: [RFA] Add nexti to list of commands supporting background execution Message-Id: <20090122070424.D46741C72DD@localhost> Date: Thu, 22 Jan 2009 07:04:00 -0000 From: dje@google.com (Doug Evans) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00443.txt.bz2 I think this was an oversight. Ok to check in? 2009-01-21 Doug Evans * gdb.texinfo: Add nexti to list of commands that support background execution. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.546 diff -u -p -u -p -r1.546 gdb.texinfo --- gdb.texinfo 14 Jan 2009 20:40:08 -0000 1.546 +++ gdb.texinfo 22 Jan 2009 06:58:32 -0000 @@ -4679,6 +4679,10 @@ are: @kindex next& @xref{Continuing and Stepping, next}. +@item nexti +@kindex nexti& +@xref{Continuing and Stepping, nexti}. + @item continue @kindex continue& @xref{Continuing and Stepping, continue}.