From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id B69833858D35 for ; Thu, 12 Jan 2023 16:56:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B69833858D35 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-out1.suse.de (Postfix) with ESMTPS id 8D19E4DC8B; Thu, 12 Jan 2023 16:56:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1673542601; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bD9VRRGjdvEYrpZkfuSuVK4ebc/IxTip698itVoMhYA=; b=xdimRCisD15Kp0wanem9Cvfiy+6CL2/6ObGpnHR/2NX2hTzlOHtAxVFsDVbV4SAXY7PEp2 Lx6ZHfmfcPKWVX+Bq+qQ3IX3LlEWyzO1A0wgIdcAalxopX6gk+VUzC2VoR8HIQTCaYxjYn RX+RgJ2DwnE/z8fbLkzYLnw7VZbgqZ0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1673542601; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bD9VRRGjdvEYrpZkfuSuVK4ebc/IxTip698itVoMhYA=; b=5i8ivyeARuV2g8PEu/UF7KqHKd8+sGe0MMgbiubRjJq/MKFLFvfH/ciVq7lkHFjGzrgmr3 4aOKp0/weEo1DNCA== 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 6DDEB13776; Thu, 12 Jan 2023 16:56:41 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id VQaYGck7wGPDUgAAMHmgww (envelope-from ); Thu, 12 Jan 2023 16:56:41 +0000 Message-ID: Date: Thu, 12 Jan 2023 17:56:41 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH 1/2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp Content-Language: en-US To: Carl Love , Ulrich Weigand , "will_schmidt@vnet.ibm.com" , gdb-patches@sourceware.org References: <5b50668cbe882c57b8c0e9dcf5be0a253713c4c6.camel@us.ibm.com> <51c4bfc82ac72e475e10577dc60e4d75fa48767e.camel@de.ibm.com> <3ea97a8aa9cccb39299adde682f92055d1986ab3.camel@us.ibm.com> <53878e37c6e57de1d04d9c9960c5d0a74324ee6e.camel@us.ibm.com> <50474aa92ba82eff05cdc8f49001eae56be29670.camel@us.ibm.com> <89331c26795e3f7743e1e068dce43b3c2dd53008.camel@us.ibm.com> <071f24ecf9b3a2bbbe8fee7db77492eb55c5f3ff.camel@us.ibm.com> <1d9b21914354bef6a290ac30673741e722e11757.camel@de.ibm.com> <3e3c9c40f07ab01c79fe10915e76ffa187c42ad9.camel@us.ibm.com> From: Tom de Vries In-Reply-To: <3e3c9c40f07ab01c79fe10915e76ffa187c42ad9.camel@us.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.6 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 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 1/11/23 19:27, Carl Love via Gdb-patches wrote: > This patch requires a number of regression tests to be updated. Test > gdb.mi/mi-reverse.exp no longer needs to execute two steps to get to the > previous line. Hi Carl, FYI, I stumbled upon a FAIL (not related to reverse-finish) in gdb.reverse/step-reverse.exp, see PR29962 ( https://sourceware.org/bugzilla/show_bug.cgi?id=29962 ) and wrote a tentative patch for it ( https://sourceware.org/bugzilla/attachment.cgi?id=14588 ), and ended up making the same fix in the gdb.mi/mi-reverse.exp test-case. I'll test the patch a bit further before posting it. Thanks, - Tom