From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12544 invoked by alias); 22 Oct 2008 20:18:48 -0000 Received: (qmail 12535 invoked by uid 22791); 22 Oct 2008 20:18:48 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 22 Oct 2008 20:18:12 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 67D802A9663; Wed, 22 Oct 2008 16:18:09 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id zAAmEvPoNARD; Wed, 22 Oct 2008 16:18:09 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E23872A965A; Wed, 22 Oct 2008 16:18:07 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B4C36E7AD0; Wed, 22 Oct 2008 13:18:02 -0700 (PDT) Date: Wed, 22 Oct 2008 20:18:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [RFA/NEWS] Mention new feature "Ada tasking support" Message-ID: <20081022201802.GF3638@adacore.com> References: <20081022195702.GC3638@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i 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: 2008-10/txt/msg00556.txt.bz2 > > + info task TASK_NO > > + Print detailed information about task TASK_NO. > > + task > > + Print the ID of the current task. > > + task TASK_NO > > + Switch the context of debugging to task TASK_NO. > > Is "task ID" the same as "TASK_NO"? If so, let's use a consistent > terminology: pick one of them and stick to it. Yes, it's the same. How about: task Print the task number of the current task. ? -- Joel