From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 104052 invoked by alias); 5 Feb 2016 12:29:44 -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 104036 invoked by uid 89); 5 Feb 2016 12:29:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=it! 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; Fri, 05 Feb 2016 12:29:42 +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 B800A8E234; Fri, 5 Feb 2016 12:29:41 +0000 (UTC) Received: from [10.36.112.51] (ovpn-112-51.ams2.redhat.com [10.36.112.51]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u15CTeur029365; Fri, 5 Feb 2016 07:29:40 -0500 Subject: Re: [PATCH 2/7] py-value: properly handle unsigned and pointer types To: jeffm@suse.com, gdb-patches@sourceware.org References: <1454606973-31017-1-git-send-email-jeffm@suse.com> <1454606973-31017-3-git-send-email-jeffm@suse.com> <56B491A7.1050905@redhat.com> From: Phil Muldoon Message-ID: <56B495B3.5020405@redhat.com> Date: Fri, 05 Feb 2016 12:29:00 -0000 MIME-Version: 1.0 In-Reply-To: <56B491A7.1050905@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00142.txt.bz2 > > Thanks. This needs tests and documentation changes for the changes in functionality. > > Cheers > > Phil Something really weird is happening after my recent Fedora 23 install with patch wrapping. I'll resend the replies when I've fixed it! Cheers Phil