From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5641 invoked by alias); 5 Mar 2019 18:43:49 -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 5632 invoked by uid 89); 5 Mar 2019 18:43:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=cleanups X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Mar 2019 18:43:48 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9472D81F31 for ; Tue, 5 Mar 2019 18:43:47 +0000 (UTC) Received: from localhost.localdomain (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id AD8155D782 for ; Tue, 5 Mar 2019 18:43:46 +0000 (UTC) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 0/4] Make "checkpoint" not rely on inferior_ptid Date: Tue, 05 Mar 2019 18:43:00 -0000 Message-Id: <20190305184340.26768-1-palves@redhat.com> X-SW-Source: 2019-03/txt/msg00060.txt.bz2 Patch #1 is a patch that I had on the multi-target branch. Patches #2-#4 are follow up C++ifications/cleanups while I was at it. Pedro Alves (4): Make "checkpoint" not rely on inferior_ptid C++ify fork_info, use std::list linux-fork.c: rewrite inf_has_multiple_threads Eliminate fork_info::clobber_regs gdb/linux-fork.c | 377 ++++++++++++++++++++++++------------------------------- gdb/linux-fork.h | 2 +- 2 files changed, 163 insertions(+), 216 deletions(-) -- 2.14.4