From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2885 invoked by alias); 24 Jul 2014 12:51:43 -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 2856 invoked by uid 89); 24 Jul 2014 12:51:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_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; Thu, 24 Jul 2014 12:51:41 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s6OCpcsf013637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 24 Jul 2014 08:51:38 -0400 Received: from blade.nx (ovpn-116-66.ams2.redhat.com [10.36.116.66]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s6OCpbvL032316; Thu, 24 Jul 2014 08:51:37 -0400 Received: from blade.nx (localhost [127.0.0.1]) by blade.nx (Postfix) with ESMTP id 3518C2623F8; Thu, 24 Jul 2014 13:51:36 +0100 (BST) From: Gary Benson To: gdb-patches@sourceware.org Cc: Doug Evans , Pedro Alves , Tom Tromey Subject: [PATCH 0/3 v4] Common code cleanups (part 1) Date: Thu, 24 Jul 2014 12:51:00 -0000 Message-Id: <1406206287-6817-1-git-send-email-gbenson@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg00626.txt.bz2 Hi all, This series contains the lateset versions of the first three patches from the common code cleanups series I've posted previously. I intend to rework and resubmit the remaining patches, but these three are I think ready to go in and it would be nice to get them out of my hair. Patch 1/3 (Introduce common/errors.h) has had everything to do with fatal removed. The remaining functions have updated documentation which I hope is now ok. Everything else is unchanged from the previous versison. Patch 2/3 (Remove some GDBSERVER checks from linux-ptrace) has been updated to reverse some logic to avoid indentation changes which will likely be reversed as further code is merged. It has also been updated to not mutate the additional_flags static global. Patch 3/3 (Make gdbserver CORE_ADDR unsigned) is unchanged from the previous version posted to this list. It's been approved already, but I'm including it here for completeness. Built and regtested on RHEL6.5 x86_64. Is this ok to commit? Thanks, Gary -- http://gbenson.net/