From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id D37A33858039 for ; Sat, 12 Nov 2022 10:43:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D37A33858039 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 CFF431F88F; Sat, 12 Nov 2022 10:43:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1668249810; 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=nEY5EYYuTJ21TYSklkTV00ObKyk9WfOwU4QfXsNX/4s=; b=2At6LMXBxsS6zUy/rV3+AOhWHWj5556wvHHsdfaUY5/E5bqFsAFDv6fpyyK9C6C3leMR0N lGhjBG0Sv2hAr7lPjURN3rC1F0mmAPVHGJOWqpI3kNW6tiDgRxi3j2dm/xqXo5ZkzOzLHJ K9G5s88jiDZK6eDqZ6HBlZHMn41AWQQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1668249810; 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=nEY5EYYuTJ21TYSklkTV00ObKyk9WfOwU4QfXsNX/4s=; b=AKyWn0fxFTREJXacP7B0/zJzcVOcLgGEyUymjOeu/MDQw/UVk5FA83KUa9FS37tRDaZ7Nu dILYQtJ1zs/iZnBQ== 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 B170913488; Sat, 12 Nov 2022 10:43:30 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id /V0IKtJ4b2MbUgAAMHmgww (envelope-from ); Sat, 12 Nov 2022 10:43:30 +0000 Message-ID: <02a5830f-5208-6c33-8b15-47af5b517df5@suse.de> Date: Sat, 12 Nov 2022 11:43:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH v2] gdb: make "start" breakpoint inferior-specific Content-Language: en-US To: Simon Marchi , Simon Marchi , gdb-patches@sourceware.org References: <691c5a58-68ae-5fe9-2f3d-34fb7af69ad0@palves.net> <20221108212008.1792090-1-simon.marchi@efficios.com> <1c02e882-c19e-483e-e50c-634fbe282988@suse.de> <4c7b3e65-08a6-913a-8e0f-8d3812bbd005@efficios.com> <5d4c4f03-4aa5-cf36-cb4d-cf8293f247a1@suse.de> From: Tom de Vries In-Reply-To: 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,RCVD_IN_DNSWL_NONE,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 11/11/22 20:03, Simon Marchi wrote: > Thanks. I think it's strange for these tests to emit an UNTESTED if > gdb_start_cmd fails. Clearly, something is wrong if that happens. I'll > send a patch that changes them to fail. > Yes, that's a good point. After thinking about this a bit, I've filed a PR for an overall revision of the untested usage in gdb testsuite ( https://sourceware.org/bugzilla/show_bug.cgi?id=29778 ). Thanks, - Tom