From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102710 invoked by alias); 3 May 2018 16:22:38 -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 102698 invoked by uid 89); 3 May 2018 16:22:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-7.5 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 May 2018 16:22:36 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5C56381A88BD for ; Thu, 3 May 2018 16:22:35 +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 0EF3411166E8 for ; Thu, 3 May 2018 16:22:34 +0000 (UTC) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 0/3] Torward multiple simultaneous core instances Date: Thu, 03 May 2018 16:22:00 -0000 Message-Id: <20180503162234.15371-1-palves@redhat.com> X-SW-Source: 2018-05/txt/msg00047.txt.bz2 Here's a piece from my multi-target branch that I found was easily-splittable enough. This is preparation for being able to debug multiple cores at once. E.g., inferior 1 debugging one core, inferior 2 debugging a different core, etc. There's one patch here that I stole from Tromey's old multi-target branch early on when I started working on this. Thanks Tom. :-) Pedro Alves (2): Eliminate the 'the_core_target' global Heap-allocate core_target instances Tom Tromey (1): Move core_bfd to program space gdb/corefile.c | 22 ---- gdb/corelow.c | 307 ++++++++++++++++++++++++++++++++------------------------ gdb/gdbcore.h | 6 +- gdb/progspace.h | 3 + 4 files changed, 178 insertions(+), 160 deletions(-) -- 2.14.3