From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8490 invoked by alias); 16 May 2018 14:18:34 -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 8473 invoked by uid 89); 16 May 2018 14:18:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-7.4 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; Wed, 16 May 2018 14:18:33 +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 C471C406E897 for ; Wed, 16 May 2018 14:18:31 +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 742A51002948 for ; Wed, 16 May 2018 14:18:31 +0000 (UTC) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 00/10] remote: More multi-target preparation Date: Wed, 16 May 2018 14:18:00 -0000 Message-Id: <20180516141830.16859-1-palves@redhat.com> X-SW-Source: 2018-05/txt/msg00338.txt.bz2 Here's another chunk split from my multi-target branch. This series makes us end up with a remote_state instance per remote_target instance. Pedro Alves (10): remote: struct remote_state, use op new remote: Eliminate remote_hostio_close_cleanup remote: Make readahead_cache a C++ class remote: multiple remote_arch_state instances per arch remote: remote_arch_state pointers -> remote_arch_state objects remote: Small cleanup in compare_section_command remote: Move discard_pending_stop_replies call Handle "show remote memory-write-packet-size" when not connected remote: Make vcont_builder a class remote: one struct remote_state per struct remote_target gdb/remote-fileio.c | 214 ++-- gdb/remote-fileio.h | 3 +- gdb/remote-notif.c | 22 +- gdb/remote-notif.h | 21 +- gdb/remote.c | 2029 ++++++++++++++++++++++--------------- gdb/remote.h | 9 +- gdb/testsuite/gdb.base/remote.exp | 6 +- 7 files changed, 1344 insertions(+), 960 deletions(-) -- 2.14.3