From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22052 invoked by alias); 22 Oct 2008 19:57:46 -0000 Received: (qmail 22044 invoked by uid 22791); 22 Oct 2008 19:57:45 -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 19:57:10 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7B4C02A9656 for ; Wed, 22 Oct 2008 15:57:08 -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 PsogyZgH7fxU for ; Wed, 22 Oct 2008 15:57:08 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 143E02A95EE for ; Wed, 22 Oct 2008 15:57:08 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 03E1DE7AD0; Wed, 22 Oct 2008 12:57:02 -0700 (PDT) Date: Wed, 22 Oct 2008 19:57:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [RFA/NEWS] Mention new feature "Ada tasking support" Message-ID: <20081022195702.GC3638@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline 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/msg00551.txt.bz2 --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 300 Hello, I have just checked in support for Ada tasking, together with the documentation patch that Eli reviewed. Here is the associated NEWS entry. 2008-10-22 Joel Brobecker * NEWS: Add entry for new feature (Ada tasking support). OK to commit? Thanks, -- Joel --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="NEWS-ada-tasks.diff" Content-length: 888 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 19:55:13 -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 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. + * New commands find [/size-char] [/max-count] start-address, end-address|+search-space-size, --dDRMvlgZJXvWKvBx--