From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111143 invoked by alias); 24 Jan 2017 03:29:07 -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 110905 invoked by uid 89); 24 Jan 2017 03:28:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable version=3.3.2 spammy= X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Jan 2017 03:28:37 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVrmc-00077U-Pt for gdb-patches@sourceware.org; Mon, 23 Jan 2017 22:28:35 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVrmF-00072n-GV; Mon, 23 Jan 2017 22:28:11 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1077 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cVrmD-0008MR-PV; Mon, 23 Jan 2017 22:28:10 -0500 Date: Tue, 24 Jan 2017 03:29:00 -0000 Message-Id: <83wpdl2l3c.fsf@gnu.org> From: Eli Zaretskii To: Peter Bergner CC: palves@redhat.com, nickc@redhat.com, gdb-patches@sourceware.org, uweigand@de.ibm.com, amodra@gmail.com, binutils@sourceware.org In-reply-to: (message from Peter Bergner on Mon, 23 Jan 2017 17:34:36 -0600) Subject: Re: [PATCH 1/2] Add support for setting disassembler-options in GDB for POWER, ARM and S390 Reply-to: Eli Zaretskii References: <83eg28dcjk.fsf@gnu.org> <019eaf5d-9ace-539e-8501-feb3cb0eed6c@vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00485.txt.bz2 > Cc: Eli Zaretskii , nickc@redhat.com, gdb-patches@sourceware.org, > uweigand@de.ibm.com, amodra@gmail.com, binutils@sourceware.org > From: Peter Bergner > Date: Mon, 23 Jan 2017 17:34:36 -0600 > > Ok, NEWS and GDB manual updated and the arch-independent test case has > been added in this version. I ran this on power8 (supported arch) and > an x86_64 (unsupported arch) and the new test case passes on both. > > I have also now included the splitting of the huge ppc test case into > the smaller cpu specific tests that use the new set disassembler-options > command. > > Ok now? The documentation parts are OK. Thanks.