From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 7847A3858C5F for ; Thu, 11 May 2023 15:11:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7847A3858C5F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [172.16.0.192] (192-222-143-198.qc.cable.ebox.net [192.222.143.198]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id C13D91E0D4; Thu, 11 May 2023 11:11:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1683817904; bh=TTbpt2x2GyuApGAbBZnyHSUk4Vd0om+H9UYWzT6GY5o=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=JJTTpl76e6vHjyikNegw+CQQAHOXnrE7PBIUTO/iVI7X1cTFMOf4WqOw6vCKv4KYz ScrjvaB3rWWSBb3TrMzf5fcbiZNIkzf78bZ3AYBznDpIHE9Ks0Th+VyqnTM1MNNqgm B/JCG1NFat4j6zOigTlgPrHt/Rvor3PqXr0GW+cw= Message-ID: Date: Thu, 11 May 2023 11:11:43 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH] Fix reverse stepping multiple contiguous PC ranges over the line table. Content-Language: fr To: Bruno Larsen , Carl Love , gdb-patches@sourceware.org, Ulrich Weigand , pedro@palves.net Cc: luis.machado@arm.com References: <74630f1ccb6e9258ae60682105ee5490726fb255.camel@us.ibm.com> <0a4e5ac7-7c2c-2d9c-813e-bdc5ba46bbf1@redhat.com> From: Simon Marchi In-Reply-To: <0a4e5ac7-7c2c-2d9c-813e-bdc5ba46bbf1@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > I wanted to test this change, but it doesn't apply anymore on master, > and `git apply --3way` can't figure out how to do it. Which commit did > you use as base (or alternatively, can you rebase it)? To help with this, you can consider setting the `format.useAutoBase` configuration option in git (documented in the git-format-patch man page). Simon