From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id VbacN/KSz18pbwAAWB0awg (envelope-from ) for ; Tue, 08 Dec 2020 09:51:30 -0500 Received: by simark.ca (Postfix, from userid 112) id DC4A61F096; Tue, 8 Dec 2020 09:51:30 -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 802581E552 for ; Tue, 8 Dec 2020 09:51:30 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 306C2396EC34; Tue, 8 Dec 2020 14:51:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 306C2396EC34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1607439090; bh=KJn7VckKQbDuMiPd0fR1sLc6ahjCjJzZ6KkpRrJAAUM=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=CDQpekIgBQh9JdMH01tJsxTac+H9wvckA6GERssM6CeYLqtZl44n/Kjzg9jDcFbVQ QIu6yYVYChIsWu/gyxMNO0bDAHe1W8t1TrtylD0Th0JOWJMs2+iXStvV7iV7MjirOj 9svlLFKuaKM14PQHHSEh3y7OTBlcXgTCpbsHFBA8= Received: from mail-yb1-xb43.google.com (mail-yb1-xb43.google.com [IPv6:2607:f8b0:4864:20::b43]) by sourceware.org (Postfix) with ESMTPS id 77AB6385800D for ; Tue, 8 Dec 2020 14:51:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 77AB6385800D Received: by mail-yb1-xb43.google.com with SMTP id j17so8210908ybt.9 for ; Tue, 08 Dec 2020 06:51:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KJn7VckKQbDuMiPd0fR1sLc6ahjCjJzZ6KkpRrJAAUM=; b=ULucT+ASW7iQfh0DJXZ+hmiPDhqIXeVyadT0oTnaZ4gB+ShbiiKYWracmS+YpvML6F OfybHuVBQ+sMVB7lUd2bckhENw04wJBThAJMwceRlSjpO7zl1laqrvQzrAfXK97jyzdX G4vya4KRn0GKE6tzi3PnB/PH5VlYJkIS7LDyK2RFAzesSo639Dmf05MCk6ehyaH0nw92 ZZWkdPsTth32ecG2P0vBWXoyRc1w2jYtjtx6l+yWfwmUIsqWcTAXF76Awyy3seLC3q5C GIc4eg2LMth04bLT1OcbYevXhGz896QAfBUoGe5ZJDoX5LUrs3BB7Und4EbhSqxKDWiA pdgw== X-Gm-Message-State: AOAM53383pJsQMOLTPj3KwIuECszkZ1XBsAxQcT8S/leTWVGBgny1o8I 8aZFFxqi/u+aun+mIXE/XS5UbX2APlIJjeIX6tZrFxqdFtE= X-Google-Smtp-Source: ABdhPJzB6BsuC+lvkn3fhuhwbnRRDHZqNfuZ3WoiBk+kr82HJfRD4O2w79+12FpgohE855T/Dq3FbmH5XDDqkZOKCVw= X-Received: by 2002:a25:4b46:: with SMTP id y67mr30534642yba.290.1607439087118; Tue, 08 Dec 2020 06:51:27 -0800 (PST) MIME-Version: 1.0 References: <93d41b96-d11e-ed21-2a63-6a8270b5fbfe@polymtl.ca> In-Reply-To: Date: Tue, 8 Dec 2020 17:51:16 +0300 Message-ID: Subject: Re: [PATCH] gdb/gdbsupport: Use LOCALAPPDATA for index cache on windows To: Simon Marchi Content-Type: text/plain; charset="UTF-8" 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: Alexander Fedotov via Gdb-patches Reply-To: Alexander Fedotov Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Hi Simon >>The ".cache" part is not typical in this directory. Should we instead >>just have: >> >> C:\Users\Simon\AppData\Local\gdb Well, I don't know if other GDB parts depend on the final name. I just followed common convention. If there are no such dependencies so I don't mind using your suggestion :) On Tue, Dec 8, 2020 at 5:48 PM Simon Marchi wrote: > > On 2020-12-08 9:46 a.m., Simon Marchi wrote: > > - I adjusted you comment message a little bit and added a ChangeLog entry > > Ah sorry, I then saw you already had a ChangeLog entry. I just > shortened it a bit to: > > * pathstuff.cc (get_standard_cache_dir): Use LOCALAPPDATA > environment variable when running on Windows.