From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id ADB263858020 for ; Mon, 5 Apr 2021 00:09:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org ADB263858020 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 13509lhJ007840 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 4 Apr 2021 20:09:52 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 13509lhJ007840 Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 65F1E1EE0E; Sun, 4 Apr 2021 20:09:47 -0400 (EDT) Subject: Re: [PATCH v3 0/7] extend branch tracing to use ARM CoreSight traces To: Zied Guermazi , gdb-patches@sourceware.org References: <20210331025234.518688-1-zied.guermazi@trande.de> <2b5cc0d3-cb97-6252-65dc-7b7db1d1e3f8@polymtl.ca> <075fb603-8493-ebb6-c4e6-995fd71bf41e@trande.de> From: Simon Marchi Message-ID: <9abf7597-acf3-bcea-8d29-a961fe75d238@polymtl.ca> Date: Sun, 4 Apr 2021 20:09:46 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <075fb603-8493-ebb6-c4e6-995fd71bf41e@trande.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Mon, 5 Apr 2021 00:09:47 +0000 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2021 00:09:55 -0000 On 2021-04-02 12:05 p.m., Zied Guermazi wrote: > hi Simon > > the patchset applies to this commit > > commit 39b07596938e4c2a7251d77ea01981d475747599 (*origin/master*, *origin/HEAD*, *master*) > Author: GDB Administrator > Date: Thu Feb 25 00:00:20 2021 +0000 > > Automatic date update in version.in > > Kind Regards > Zied Guermazi Hmm, so I get this when applying patch 2: $ git am -3 ~/patches/\[PATCH\ v3\ 2_7\]\ add\ btrace\ coresight\ related\ commands.eml Applying: add btrace coresight related commands Using index info to reconstruct a base tree... /home/simark/src/binutils-gdb/.git/worktrees/avr/rebase-apply/patch:394: trailing whitespace. * btrace-common.h (btrace_format): add BTRACE_FORMAT_ETM error: patch failed: gdb/record-btrace.c:2950 error: gdb/record-btrace.c: patch does not apply error: patch failed: gdbsupport/btrace-common.cc:36 error: gdbsupport/btrace-common.cc: patch does not apply error: Did you hand edit your patch? It does not apply to blobs recorded in its index. Patch failed at 0001 add btrace coresight related commands hint: Use 'git am --show-current-patch=diff' to see the failed patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". Are you able to successfully apply the patches from the mail? Simon