From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38432 invoked by alias); 21 Nov 2017 22:29:30 -0000 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 Received: (qmail 38344 invoked by uid 89); 21 Nov 2017 22:29:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=retested, watchpoint X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Nov 2017 22:29:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C3116116504; Tue, 21 Nov 2017 17:29:26 -0500 (EST) 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 EOi38ZKqwqms; Tue, 21 Nov 2017 17:29:26 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 92A881163C6; Tue, 21 Nov 2017 17:29:26 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D80F587459; Tue, 21 Nov 2017 14:29:24 -0800 (PST) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Xavier Roirand Subject: [Ada/commit] various ravenscar-thread enhancements Date: Tue, 21 Nov 2017 22:29:00 -0000 Message-Id: <20171121222923.8951-1-brobecker@adacore.com> X-SW-Source: 2017-11/txt/msg00473.txt.bz2 Hello, I am about to push the following patches, which contribute a number of enhancements we have made in in the AdaCore version of this module during the past couple of years. [Ada 1/6] watchpoint regression debugging with remote protocol [Ada 2/6] Provide the "Base CPU" in output of "info task" (if set [Ada 3/6] Add multiple-CPU support in ravenscar-thread.c [Ada 4/6] problem debugging ravenscar programs if runtime is [Ada 5/6] (Ada) crash connecting to TSIM simulator [Ada 6/6] ravenscar: update inferior ptid with event ptid I re-tested those patches on ppc-elf, with AdaCore's gdb testsuite. Thank you, -- Joel