From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id UMbOIXNlGGPgAjUAWB0awg (envelope-from ) for ; Wed, 07 Sep 2022 05:33:39 -0400 Received: by simark.ca (Postfix, from userid 112) id 7D2FA1E4A7; Wed, 7 Sep 2022 05:33:39 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=k9loMEnS; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,NICE_REPLY_A,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 363BD1E222 for ; Wed, 7 Sep 2022 05:33:39 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D2842385116A for ; Wed, 7 Sep 2022 09:33:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2842385116A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662543218; bh=mDmmf1D2zpjI42QMQP0EWwKfDwq10xBUSA9u1fiBM0U=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=k9loMEnSzzql1CuBWBmYm+BEin7yGViNHI1mmo4OKH++rX1w/1+OanTbX9OLA1P9h WCiBhnVe4EO85BZnlv0x8DxVoyY3AtQGYcnceYGyWJ4mjssn1iMaWSLAfW0Sp1q/C/ 685vrNC2KNtL931etqzHo2uT4Oyw9U6sJNBJl6MM= Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 03A5D38515F6 for ; Wed, 7 Sep 2022 09:33:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 03A5D38515F6 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 2997833C05 for ; Wed, 7 Sep 2022 09:33:19 +0000 (UTC) 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 1709813486 for ; Wed, 7 Sep 2022 09:33:19 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id TLotBF9lGGMBMgAAMHmgww (envelope-from ) for ; Wed, 07 Sep 2022 09:33:19 +0000 Message-ID: Date: Wed, 7 Sep 2022 11:33:18 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [RFC][gdb] Add maint set skip-prologue Content-Language: en-US To: gdb-patches@sourceware.org References: <20220810134831.GA25857@delia> In-Reply-To: <20220810134831.GA25857@delia> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: , From: Tom de Vries via Gdb-patches Reply-To: Tom de Vries Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 8/10/22 15:48, Tom de Vries via Gdb-patches wrote: > and fix a few other test-cases by > specifying the breakpoint location in a way that's independent from the > prologue. > > gdb/testsuite/gdb.ada/access_tagged_param.exp | 2 +- > gdb/testsuite/gdb.ada/ptype_tagged_param.exp | 2 +- > gdb/testsuite/gdb.ada/ref_param.exp | 2 +- I've committed this separately at https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=154f2735ad4c2eb0985086b113825e6f4f3abcf1 Thanks, - Tom