From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47277 invoked by alias); 15 Sep 2015 17:40:38 -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 47265 invoked by uid 89); 15 Sep 2015 17:40:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (207.82.80.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Sep 2015 17:40:35 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by eu-smtp-1.mimecast.com with ESMTP id uk-mta-20-4DiFm4ciQDWVQ9i8Z9JABw-1; Tue, 15 Sep 2015 18:40:30 +0100 Received: from [10.2.206.88] ([10.1.2.79]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 15 Sep 2015 18:40:30 +0100 Message-ID: <55F8580E.3070806@arm.com> Date: Tue, 15 Sep 2015 17:40:00 -0000 From: Pierre Langlois User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: "gdb-patches@sourceware.org" CC: pierre.langlois@arm.com Subject: Re: [PATCH 2/8 v2] [AArch64] Use debug_printf instead of fprintf_unfiltered References: <86si6g2amf.fsf@gmail.com> <1442317388-16641-1-git-send-email-pierre.langlois@arm.com> In-Reply-To: <1442317388-16641-1-git-send-email-pierre.langlois@arm.com> X-MC-Unique: 4DiFm4ciQDWVQ9i8Z9JABw-1 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00353.txt.bz2 On 15/09/15 12:43, Pierre Langlois wrote: > Here is an updated patch that fixes the formatting issues. I've had to > rebase the following patches on top of this one, to propagate to changes > over to functions that were moved. I'll post them shortly. >=20 > Thanks, > Pierre >=20 > --- >=20 > GDBserver uses debug_printf to print debugging output. This patch makes > GDB use this too so we can share some of this code with GDBserver later. >=20 > gdb/ChangeLog: >=20 > * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf. > (decode_adrp): Likewise. > (decode_b): Likewise. > (decode_bcond): Likewise. > (decode_br): Likewise. > (decode_cb): Likewise. > (decode_eret): Likewise. > (decode_movz): Likewise. > (decode_orr_shifted_register_x): Likewise. > (decode_ret): Likewise. > (decode_stp_offset): Likewise. > (decode_stp_offset_wb): Likewise. > (decode_stur): Likewise. > (decode_tb): Likewise. > (aarch64_analyze_prologue): Likewise. > (pass_in_x): Likewise. > (pass_in_v): Likewise. > (pass_on_stack): Likewise. > (aarch64_push_dummy_call): Likewise. > (aarch64_extract_return_value): Likewise. > (aarch64_store_return_value): Likewise. > (aarch64_return_value): Likewise. > (aarch64_record_asimd_load_store): Likewise. > (aarch64_record_load_store): Likewise. > (aarch64_record_data_proc_simd_fp): Likewise. I've pushed this in. Thanks, Pierre