From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7163 invoked by alias); 22 Oct 2008 22:15:37 -0000 Received: (qmail 7155 invoked by uid 22791); 22 Oct 2008 22:15:36 -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 22:15:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 14EE42A9644; Wed, 22 Oct 2008 18:14:59 -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 rl8na0lQVk44; Wed, 22 Oct 2008 18:14:59 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D084C2A9640; Wed, 22 Oct 2008 18:14:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id ADFD0E7AD0; Wed, 22 Oct 2008 15:14:56 -0700 (PDT) Date: Wed, 22 Oct 2008 22:15: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: <20081022221456.GI3638@adacore.com> References: <20081022195702.GC3638@adacore.com> <20081022201802.GF3638@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="yEPQxsgoJgBvi8ip" 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/msg00560.txt.bz2 --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 210 > Fine, but then may I suggest > > info task N > Print detailed information about task number N. > > (and similar change in "task TASK_NO")? I like it! Checked in as attached. Thanks, Eli. -- Joel --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS-ada-tasks.diff" Content-length: 887 Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.291 diff -u -p -r1.291 NEWS --- NEWS 20 Oct 2008 16:18:59 -0000 1.291 +++ NEWS 22 Oct 2008 22:13:09 -0000 @@ -90,6 +90,20 @@ are treated as the standard definitions, GDB now has support for scripting using Python. Whether this is available is determined at configure time. +* Ada tasking support + + Ada tasks can now be inspected in GDB. The following commands have + been introduced: + + info tasks + Print the list of Ada tasks. + info task N + Print detailed information about task number N. + task + Print the task number of the current task. + task N + Switch the context of debugging to task number N. + * New commands find [/size-char] [/max-count] start-address, end-address|+search-space-size, --yEPQxsgoJgBvi8ip--