From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120081 invoked by alias); 22 Jun 2015 16:13:04 -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 120059 invoked by uid 89); 22 Jun 2015 16:13:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients 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; Mon, 22 Jun 2015 16:13:03 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 3050EBBDB; Mon, 22 Jun 2015 16:13:02 +0000 (UTC) Received: from [10.36.6.100] (vpn1-6-100.ams2.redhat.com [10.36.6.100]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5MGD0tU002046 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 Jun 2015 12:13:01 -0400 Message-ID: <5588340C.9050908@redhat.com> Date: Mon, 22 Jun 2015 16:13:00 -0000 From: Nicholas Clifton User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: binutils@sourceware.org CC: gdb-patches@sourceware.org Subject: Re: RFC: Prevent disassembly beyond symbolic boundaries References: <87lhfhynoz.fsf@redhat.com> <3D81F97D-90EA-4769-8381-514BB6E81E3F@adacore.com> <5583FFEE.6060106@redhat.com> <3F2C1B8E-BFB8-4AE4-BDCE-8B66FC208E4B@adacore.com> In-Reply-To: <3F2C1B8E-BFB8-4AE4-BDCE-8B66FC208E4B@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-06/txt/msg00444.txt.bz2 Hi Guys, I have gone ahead and applied the patch, with the addition of disabling the new behaviour when -D is used. Cheers Nick