From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 506FF3858D39 for ; Wed, 25 Jan 2023 12:32:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 506FF3858D39 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 60E9221DDA; Wed, 25 Jan 2023 12:32:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1674649933; 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=gaZ//pxJB85bvN5ppjdvbUp5ebhjO0a0QiqzQVyYloU=; b=bIh5hs0EVvRHDv71HlhzvwQvWhen0vrPntsk1DHzA+y4zg1/utVTJuxmuJSMhImOohGVhM OKw4I8POatF7hd4/00fhWBWsGfMXwdQGJ/AVLl6MzIbx9XGsaxrd91Qz6ZLuugzdgbVBk/ sxfEwKVHHgD0kspyLckA+mOsEuihlU8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1674649933; 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=gaZ//pxJB85bvN5ppjdvbUp5ebhjO0a0QiqzQVyYloU=; b=TuSo36+58Fvz4VXO6rcU0Fzu++/x8hTR93oLFdFGK5zGMb57b5Ow7lHaTVTmszTlOX99SL MmiHFtcmQ1HO26CA== 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 3F6FF1358F; Wed, 25 Jan 2023 12:32:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id z3hADk0h0WOoBgAAMHmgww (envelope-from ); Wed, 25 Jan 2023 12:32:13 +0000 Message-ID: Date: Wed, 25 Jan 2023 13:32:12 +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 0/4] [gdb] Test-case gdb.base/unwind-on-each-insn.exp improvements Content-Language: en-US To: gdb-patches@sourceware.org Cc: Bruno Larsen , Andrew Burgess , Luis Machado References: <20230119104618.15503-1-tdevries@suse.de> From: Tom de Vries In-Reply-To: <20230119104618.15503-1-tdevries@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.0 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/19/23 11:46, Tom de Vries via Gdb-patches wrote: > Improving the test-case also detected a problem on powerpc64le, filed as PR > tdep/30021 - "[gdb/tdep, powerpc64le] previous frame inner to this frame > (corrupt stack?)". > > Due to unavailability I haven't tested the last patch on powerpc64le-linux. I've done that now, and ran into yet another problem on powerpc64le-linux: PR tdep/30049. I've mentioned it in the commit log. I've pushed the remaining two patches. Thanks, - Tom