From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id A2F13385841D for ; Tue, 18 Apr 2023 12:11:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A2F13385841D Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id D7A821F8D6; Tue, 18 Apr 2023 12:11:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1681819863; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WiepEMBPka5lxdCbiPXDPPYY2CwRcf2xc2qHi870/40=; b=HiPfMVHog841IIK2h8qOTOs4mEUEABhSXltk7Mm1yS5qNpm9tlqcXEH2PVL/grN+mkYaEU N8FUdrpQPYNX4L2dH8XuFfS86V9oRAgayp40Pmjy3jHDfPo5tfQQ4E/essWw/hCwL0fL6H GxyaK8Zw+JK1GM1j31G8Mp+xQTRKGvM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1681819863; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WiepEMBPka5lxdCbiPXDPPYY2CwRcf2xc2qHi870/40=; b=C9pmul5iX0gc4luVn8yyCufdmEHFLb2cZrBxlvvxY98ujX5nF/M0T5y9iicOsSUkmL+mzX EiYoE1vIU6WCkYDA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id BB94013581; Tue, 18 Apr 2023 12:11:03 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 6ROfLNeIPmRVCQAAMHmgww (envelope-from ); Tue, 18 Apr 2023 12:11:03 +0000 Message-ID: Date: Tue, 18 Apr 2023 14:11:04 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH v2] gdb: Fix false match issue in skip_prologue_using_linetable Content-Language: en-US To: WANG Rui , gdb-patches@sourceware.org Cc: Lancelot SIX References: <20230418031622.55130-1-r@hev.cc> From: Tom de Vries In-Reply-To: <20230418031622.55130-1-r@hev.cc> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,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: On 4/18/23 05:16, WANG Rui wrote: I've submitted a v3, including test-case here ( https://sourceware.org/pipermail/gdb-patches/2023-April/198967.html ). Thanks, - Tom