From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56083 invoked by alias); 28 Oct 2015 14:59:26 -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 56066 invoked by uid 89); 28 Oct 2015 14:59:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 28 Oct 2015 14:59:25 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 4EC59A2C30 for ; Wed, 28 Oct 2015 14:59:24 +0000 (UTC) Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9SExMoU026712 for ; Wed, 28 Oct 2015 10:59:23 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH 0/7] C++ patches Date: Wed, 28 Oct 2015 16:48:00 -0000 Message-Id: <1446044362-8655-1-git-send-email-palves@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2015-10/txt/msg00646.txt.bz2 A few more GDB-in-C++ patches. Pedro Alves (7): compile: Rename struct type_map_instance::gcc_type field Add cast to exception_none gdbserver/Linux: Introduce NULL_REGSET gdbserver: btrace enums gdbserver: enum gdb_signal casts gdbserver/tracepoint: Add casts out of tpoint->handle gdbserver/mem-break.c: Add cast gdb/common/common-exceptions.c | 2 +- gdb/compile/compile-c-types.c | 8 ++++---- gdb/gdbserver/linux-aarch64-low.c | 2 +- gdb/gdbserver/linux-arm-low.c | 2 +- gdb/gdbserver/linux-crisv32-low.c | 2 +- gdb/gdbserver/linux-low.c | 2 +- gdb/gdbserver/linux-low.h | 5 +++++ gdb/gdbserver/linux-m68k-low.c | 2 +- gdb/gdbserver/linux-mips-low.c | 2 +- gdb/gdbserver/linux-nios2-low.c | 2 +- gdb/gdbserver/linux-ppc-low.c | 2 +- gdb/gdbserver/linux-s390-low.c | 2 +- gdb/gdbserver/linux-sh-low.c | 2 +- gdb/gdbserver/linux-sparc-low.c | 2 +- gdb/gdbserver/linux-tic6x-low.c | 2 +- gdb/gdbserver/linux-tile-low.c | 2 +- gdb/gdbserver/linux-x86-low.c | 2 +- gdb/gdbserver/linux-xtensa-low.c | 2 +- gdb/gdbserver/mem-break.c | 2 +- gdb/gdbserver/server.c | 15 ++++++++------- gdb/gdbserver/target.h | 6 +++--- gdb/gdbserver/tracepoint.c | 14 ++++++++++++-- 22 files changed, 49 insertions(+), 33 deletions(-) -- 1.9.3