From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10355 invoked by alias); 16 Sep 2011 20:45:57 -0000 Received: (qmail 10343 invoked by uid 22791); 16 Sep 2011 20:45:56 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Sep 2011 20:45:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0D7532BB4A2; Fri, 16 Sep 2011 16:45:39 -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 zAs7pa85qF7Q; Fri, 16 Sep 2011 16:45:38 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D742F2BB306; Fri, 16 Sep 2011 16:45:38 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 51A1C145615; Fri, 16 Sep 2011 16:45:29 -0400 (EDT) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: vladimir@codesourcery.com Subject: [GDB/MI Ada] New GDB/MI command: -ada-tasks-info Date: Fri, 16 Sep 2011 20:45:00 -0000 Message-Id: <1316205921-18702-1-git-send-email-brobecker@adacore.com> 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: 2011-09/txt/msg00325.txt.bz2 Hello, As mentioned earlier, I am resending this patch set, with corrected email subjects. The purpose of this patchset is to add a new GDB/MI command to get the list of Ada tasks. I mirrored that new command after the -thread-info command, except that it returns a table rather than a list (the latter is done for backwards compatibility reasons, which do not apply to this new command). I would appreciate some feedback, at least on the user-visible part of it (the command syntax and output). So, I will wait for comments before I commit anything. The series was tested on x86_64-linux. Thank you, -- Joel