From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id /7IKMDWUOmC8cQAAWB0awg (envelope-from ) for ; Sat, 27 Feb 2021 13:49:25 -0500 Received: by simark.ca (Postfix, from userid 112) id B661A1EF78; Sat, 27 Feb 2021 13:49:25 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [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 5811B1E54D for ; Sat, 27 Feb 2021 13:49:25 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9FD6F3851C23; Sat, 27 Feb 2021 18:49:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FD6F3851C23 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1614451764; bh=ezpfbnHArUnfrmFqjBJGNGVWpzFipf8ulpZgfCfa3Yg=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=aFkYfDKsjEvWoVRBjwc9MvAlg0eFZHDw6LDAG8c+xQmWvoZbm5Q/WAbaViBiLschn bnXBQ6JGVHYL8TbXnUOhzixfilqkTmPmeTBXyEP7n+Rp75NTWEdOEt4FTDoQB21nuI nQdrn65b7pfHyRVNJwddCrRBLb+7nIq76zfEG73U= Received: from beryx.lancelotsix.com (beryx.lancelotsix.com [IPv6:2001:41d0:401:3000::1ab3]) by sourceware.org (Postfix) with ESMTPS id E6E53385F01F for ; Sat, 27 Feb 2021 18:49:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E6E53385F01F Received: from Plymouth (unknown [IPv6:2a02:390:8443:0:d484:f8ae:3264:4dad]) by beryx.lancelotsix.com (Postfix) with ESMTPSA id A43A62E03B; Sat, 27 Feb 2021 19:49:16 +0100 (CET) Date: Sat, 27 Feb 2021 18:49:11 +0000 To: Tom Tromey Subject: Re: [PATCH] [PR gdb/27393] set directories: handle empty dirs. Message-ID: References: <20210225005043.30663-1-lsix@lancelotsix.com> <87ft1kxlz3.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87ft1kxlz3.fsf@tromey.com> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (beryx.lancelotsix.com [0.0.0.0]); Sat, 27 Feb 2021 19:49:16 +0100 (CET) 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: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: Lancelot SIX via Gdb-patches Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Le Thu, Feb 25, 2021 at 07:26:08AM -0700, Tom Tromey a écrit : > >>>>> "Lancelot" == Lancelot SIX via Gdb-patches writes: > > Lancelot> gdb/ChangeLog: > > Lancelot> PR gdb/27393 > Lancelot> * source.c (add_path): Skip empty dirnames. > > Lancelot> gdb/testsuite/ChangeLog: > > Lancelot> PR gdb/27393 > Lancelot> * gdb.base/source-dir.exp: Test that empty dirnames are skipped. > > Thank you. This is ok. > > Tom Hi, Thanks. I pushed it. Lancelot.