From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23154 invoked by alias); 17 Feb 2012 16:40:02 -0000 Received: (qmail 23050 invoked by uid 22791); 17 Feb 2012 16:40:01 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Feb 2012 16:39:49 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id AEC91290096; Fri, 17 Feb 2012 17:39:48 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UKnKi1I6wyl4; Fri, 17 Feb 2012 17:39:48 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 9D15E290001; Fri, 17 Feb 2012 17:39:48 +0100 (CET) Subject: Re: RFA: [Ada] extract known tasks array parameters from symbol table Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20120217163434.GF14803@adacore.com> Date: Fri, 17 Feb 2012 19:23:00 -0000 Cc: "gdb-patches@sourceware.org ml" Content-Transfer-Encoding: quoted-printable Message-Id: References: <7A06C670-A574-4AE4-A89C-2532671E5F64@adacore.com> <20120213161529.GE3474@adacore.com> <5F4AB963-E82C-4206-B479-E46311CDABB0@adacore.com> <20120216171547.GD14803@adacore.com> <20120217163434.GF14803@adacore.com> To: Joel Brobecker 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: 2012-02/txt/msg00372.txt.bz2 On Feb 17, 2012, at 5:34 PM, Joel Brobecker wrote: >> So, like this ? > [...] >> gdb/ >> 2012-02-13 Tristan Gingold =20 >>=20 >> * ada-tasks.c (struct ada_tasks_inferior_data): Add >> known_tasks_element and known_tasks_length fields. >> (read_known_tasks_array): Change argument type. Use pointer type >> and number of elements from DATA. Adjust. >> (read_known_tasks_list): Likewise. >> (get_known_tasks_addr): Remove. >> (ada_set_current_inferior_known_tasks_addr): Renamed to ... >> (ada_tasks_inferior_data_sniffer): ... this. Try symtab first. >> Merge former get_known_tasks_addr code. >=20 > Yep! That looks good to me. Ok, so I will commit after checking it on Linux and with ravenscar (i.e., n= ot before Monday :-) Thanks, Tristan.